Html Css Color HEX #9C912C Lemon Ginger

📋 copy color: '#9C912C'

red 156 ◦ green 145 ◦ blue 44

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

Shades of Lemon Ginger #9C912C

Tints of Lemon Ginger #9C912C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.03%

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 45.22%
G = 42.03%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C912C (or 0x9C912C) is known color: Lemon Ginger. HEX triplet: 9C, 91 and 2C. RGB value is (156,145,44). Sum of RGB (Red+Green+Blue) = 156+145+44=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C912C is #636ED3. Grayscale: #898989. Windows color (decimal): -6516436 or 2920860. OLE color: 2920860.

HSL color Cylindrical-coordinate representation of color #9C912C: hue angle of 54.11º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C912C is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 145 44 -
CMYK 0 0.07 0.72 0.39
HSL 54.11º 0.56% 0.39% -
HSV(B) 54.11º 0.72% 0.61% -
XYZ 24.29 27.5 6.41 -
YUV 136.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 156 145 44 0 0.07 0.72 0.39 54.11 0.56 0.39
Hex 9C 91 2C 0 7 48 27 36 38 27
Octal 234 221 54 0 7 110 47 66 70 47
Binary 10011100 10010001 101100 0 111 1001000 100111 110110 111000 100111

Color Harmonies of #9C912C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C912C

Black with #9C912C

Text Example


Text Example

White with #9C912C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,145,44); }

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

background-color css

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

 a { background-color: rgb(156,145,44); }

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

border-color css

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

 span { border-color: rgb(156,145,44); }

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