Html Css Color HEX #9C8934 Lemon Ginger

📋 copy color: '#9C8934'

red 156 ◦ green 137 ◦ blue 52

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

Shades of Lemon Ginger #9C8934

Tints of Lemon Ginger #9C8934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 52 (20.7% from 255) = 15.07%

R = 45.22%
G = 39.71%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#9C8934 (or 0x9C8934) is known color: Lemon Ginger. HEX triplet: 9C, 89 and 34. RGB value is (156,137,52). Sum of RGB (Red+Green+Blue) = 156+137+52=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8934 is #6376CB. Grayscale: #858585. Windows color (decimal): -6518476 or 3443100. OLE color: 3443100.

HSL color Cylindrical-coordinate representation of color #9C8934: hue angle of 49.04º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C8934 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 137 52 -
CMYK 0 0.12 0.67 0.39
HSL 49.04º 0.5% 0.41% -
HSV(B) 49.04º 0.67% 0.61% -
XYZ 23.28 25.21 6.89 -
YUV 132.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 156 137 52 0 0.12 0.67 0.39 49.04 0.5 0.41
Hex 9C 89 34 0 C 43 27 31 32 29
Octal 234 211 64 0 14 103 47 61 62 51
Binary 10011100 10001001 110100 0 1100 1000011 100111 110001 110010 101001

Color Harmonies of #9C8934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8934

Black with #9C8934

Text Example


Text Example

White with #9C8934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,137,52); }

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

background-color css

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

 a { background-color: rgb(156,137,52); }

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

border-color css

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

 span { border-color: rgb(156,137,52); }

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