Html Css Color HEX #9C9224 Lemon Ginger

📋 copy color: '#9C9224'

red 156 ◦ green 146 ◦ blue 36

#9C9224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #9C9224

Tints of Lemon Ginger #9C9224

RGB

 RED value IS 156 (61.33% from 255) = 46.15%

 GREEN value IS 146 (57.42% from 255) = 43.2%

 BLUE value IS 36 (14.45% from 255) = 10.65%

R = 46.15%
G = 43.2%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9C9224 (or 0x9C9224) is known color: Lemon Ginger. HEX triplet: 9C, 92 and 24. RGB value is (156,146,36). Sum of RGB (Red+Green+Blue) = 156+146+36=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9224 is #636DDB. Grayscale: #888888. Windows color (decimal): -6516188 or 2396828. OLE color: 2396828.

HSL color Cylindrical-coordinate representation of color #9C9224: hue angle of 55º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C9224 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 146 36 -
CMYK 0 0.06 0.77 0.39
HSL 55º 0.63% 0.38% -
HSV(B) 55º 0.77% 0.61% -
XYZ 24.31 27.75 5.74 -
YUV 136.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 156 146 36 0 0.06 0.77 0.39 55 0.63 0.38
Hex 9C 92 24 0 6 4D 27 37 3E 26
Octal 234 222 44 0 6 115 47 67 76 46
Binary 10011100 10010010 100100 0 110 1001101 100111 110111 111110 100110

Color Harmonies of #9C9224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9224

Black with #9C9224

Text Example


Text Example

White with #9C9224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,146,36); }

 H1.HeaderClassName
 {
   color: #9C9224;
 }
 .AnyTagClassName
 {
   color: #9C9224;
 }
</style>

background-color css

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

 a { background-color: rgb(156,146,36); }

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

border-color css

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

 span { border-color: rgb(156,146,36); }

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