#927F18

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

Shades of Lemon Ginger #927F18

Tints of Lemon Ginger #927F18

Color information

#927F18 (or 0x927F18) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7F and 18. RGB value is (146,127,24). Sum of RGB (Red+Green+Blue) = 146+127+24=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #927F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927F18 is #6D80E7. Grayscale: #797979. Windows color (decimal): -7176424 or 1605522. OLE color: 1605522.

HSL color Cylindrical-coordinate representation of color #927F18: hue angle of 50.66º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #927F18 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB14612724-
CMYK00.130.840.43
HSL50.66º71.76%33.33%-
HSV(B)50.66º83.56%57.25%-
XYZ19.6121.363.95-
YUV120.9473.29145.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 127 (50% from 255) = 42.76%
BLUE value IS 24 (9.77% from 255) = 8.08%
R=49.16%
G=42.76%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461272400.130.840.4350.6671.7633.33
Hex927F180D542B334821
Octal22217730015124536311041
Binary100100101111111110000110110101001010111100111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927F18; }

 p { color: rgb(146,127,24); }

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

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

 a { background-color: rgb(146,127,24); }

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

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

 span { border-color: rgb(146,127,24); }

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