Html Css Color HEX #9C9128 Lemon Ginger

📋 copy color: '#9C9128'

red 156 ◦ green 145 ◦ blue 40

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

Shades of Lemon Ginger #9C9128

Tints of Lemon Ginger #9C9128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 45.75%
G = 42.52%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9C9128 (or 0x9C9128) is known color: Lemon Ginger. HEX triplet: 9C, 91 and 28. RGB value is (156,145,40). Sum of RGB (Red+Green+Blue) = 156+145+40=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9128 is #636ED7. Grayscale: #888888. Windows color (decimal): -6516440 or 2658716. OLE color: 2658716.

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

Color convert

RGB 156 145 40 -
CMYK 0 0.07 0.74 0.39
HSL 54.31º 0.59% 0.38% -
HSV(B) 54.31º 0.74% 0.61% -
XYZ 24.22 27.47 6.03 -
YUV 136.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 156 145 40 0 0.07 0.74 0.39 54.31 0.59 0.38
Hex 9C 91 28 0 7 4A 27 36 3B 26
Octal 234 221 50 0 7 112 47 66 73 46
Binary 10011100 10010001 101000 0 111 1001010 100111 110110 111011 100110

Color Harmonies of #9C9128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9128

Black with #9C9128

Text Example


Text Example

White with #9C9128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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