#948830

Color #948830 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #948830

Tints of Lemon Ginger #948830

Color information

#948830 (or 0x948830) is unknown color: approx Lemon Ginger. HEX triplet: 94, 88 and 30. RGB value is (148,136,48). Sum of RGB (Red+Green+Blue) = 148+136+48=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #948830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948830 is #6B77CF. Grayscale: #818181. Windows color (decimal): -7043024 or 3180692. OLE color: 3180692.

HSL color Cylindrical-coordinate representation of color #948830: hue angle of 52.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #948830 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14813648-
CMYK00.080.680.42
HSL52.8º51.02%38.43%-
HSV(B)52.8º67.57%58.04%-
XYZ21.5524.126.32-
YUV129.5681.98141.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 48 (19.14% from 255) = 14.46%
R=44.58%
G=40.96%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481364800.080.680.4252.851.0238.43
Hex94883008442A353326
Octal2242106001010452656346
Binary1001010010001000110000010001000100101010110101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948830; }

 p { color: rgb(148,136,48); }

 H1.HeaderClassName
 {
   color: #948830;
 }
 .AnyTagClassName
 {
   color: #948830;
 }
</style>
background-color css

<style>
 a { background-color: #948830; }

 a { background-color: rgb(148,136,48); }

 div.DivClassName
 {
   background-color: #948830;
 }
 .BgClassName
 {
   background-color: #948830;
 }
</style>
border-color css

<style>
 span { border-color: #948830; }

 span { border-color: rgb(148,136,48); }

 td.TdClassName
 {
   border-color: #948830;
 }
 .TagClassName
 {
   border-color: #948830;
 }
</style>