#908618

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

Shades of Lemon Ginger #908618

Tints of Lemon Ginger #908618

Color information

#908618 (or 0x908618) is unknown color: approx Lemon Ginger. HEX triplet: 90, 86 and 18. RGB value is (144,134,24). Sum of RGB (Red+Green+Blue) = 144+134+24=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #908618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908618 is #6F79E7. Grayscale: #7C7C7C. Windows color (decimal): -7305704 or 1607312. OLE color: 1607312.

HSL color Cylindrical-coordinate representation of color #908618: hue angle of 55º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #908618 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB14413424-
CMYK00.070.830.44
HSL55º71.43%32.94%-
HSV(B)55º83.33%56.47%-
XYZ20.1923.054.25-
YUV124.4571.31141.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.68%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 24 (9.77% from 255) = 7.95%
R=47.68%
G=44.37%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441342400.070.830.445571.4332.94
Hex90861807532C374721
Octal2202063007123546710741
Binary100100001000011011000011110100111011001101111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908618; }

 p { color: rgb(144,134,24); }

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

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

 a { background-color: rgb(144,134,24); }

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

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

 span { border-color: rgb(144,134,24); }

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