#9C9023

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

Shades of Lemon Ginger #9C9023

Tints of Lemon Ginger #9C9023

Color information

#9C9023 (or 0x9C9023) is unknown color: approx Lemon Ginger. HEX triplet: 9C, 90 and 23. RGB value is (156,144,35). Sum of RGB (Red+Green+Blue) = 156+144+35=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9023 is #636FDC. Grayscale: #878787. Windows color (decimal): -6516701 or 2330780. OLE color: 2330780.

HSL color Cylindrical-coordinate representation of color #9C9023: hue angle of 54.05º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C9023 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB15614435-
CMYK00.080.780.39
HSL54.05º63.35%37.45%-
HSV(B)54.05º77.56%61.18%-
XYZ23.9927.145.56-
YUV135.1671.48142.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 35 (14.06% from 255) = 10.45%
R=46.57%
G=42.99%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561443500.080.780.3954.0563.3537.45
Hex9C9023084E27363f25
Octal2342204301011647667745
Binary1001110010010000100011010001001110100111110110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C9023; }

 p { color: rgb(156,144,35); }

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

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

 a { background-color: rgb(156,144,35); }

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

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

 span { border-color: rgb(156,144,35); }

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