Html Css Color HEX #9C8032 Lemon Ginger

📋 copy color: '#9C8032'

red 156 ◦ green 128 ◦ blue 50

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

Shades of Lemon Ginger #9C8032

Tints of Lemon Ginger #9C8032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 46.71%
G = 38.32%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9C8032 (or 0x9C8032) is known color: Lemon Ginger. HEX triplet: 9C, 80 and 32. RGB value is (156,128,50). Sum of RGB (Red+Green+Blue) = 156+128+50=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8032 is #637FCD. Grayscale: #7F7F7F. Windows color (decimal): -6520782 or 3309724. OLE color: 3309724.

HSL color Cylindrical-coordinate representation of color #9C8032: hue angle of 44.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C8032 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 128 50 -
CMYK 0 0.18 0.68 0.39
HSL 44.15º 0.51% 0.4% -
HSV(B) 44.15º 0.68% 0.61% -
XYZ 22.01 22.74 6.25 -
YUV 127.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 156 128 50 0 0.18 0.68 0.39 44.15 0.51 0.4
Hex 9C 80 32 0 12 44 27 2C 33 28
Octal 234 200 62 0 22 104 47 54 63 50
Binary 10011100 10000000 110010 0 10010 1000100 100111 101100 110011 101000

Color Harmonies of #9C8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8032

Black with #9C8032

Text Example


Text Example

White with #9C8032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,128,50); }

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

background-color css

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

 a { background-color: rgb(156,128,50); }

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

border-color css

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

 span { border-color: rgb(156,128,50); }

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