Html Css Color HEX #9A8136 Lemon Ginger

📋 copy color: '#9A8136'

red 154 ◦ green 129 ◦ blue 54

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

Shades of Lemon Ginger #9A8136

Tints of Lemon Ginger #9A8136

RGB

 RED value IS 154 (60.55% from 255) = 45.7%

 GREEN value IS 129 (50.78% from 255) = 38.28%

 BLUE value IS 54 (21.48% from 255) = 16.02%

R = 45.7%
G = 38.28%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#9A8136 (or 0x9A8136) is known color: Lemon Ginger. HEX triplet: 9A, 81 and 36. RGB value is (154,129,54). Sum of RGB (Red+Green+Blue) = 154+129+54=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8136 is #657EC9. Grayscale: #808080. Windows color (decimal): -6651594 or 3572122. OLE color: 3572122.

HSL color Cylindrical-coordinate representation of color #9A8136: hue angle of 45º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A8136 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 129 54 -
CMYK 0 0.16 0.65 0.40
HSL 45º 0.48% 0.41% -
HSV(B) 45º 0.65% 0.6% -
XYZ 21.84 22.84 6.75 -
YUV 127.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 154 129 54 0 0.16 0.65 0.40 45 0.48 0.41
Hex 9A 81 36 0 10 41 28 2D 30 29
Octal 232 201 66 0 20 101 50 55 60 51
Binary 10011010 10000001 110110 0 10000 1000001 101000 101101 110000 101001

Color Harmonies of #9A8136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8136

Black with #9A8136

Text Example


Text Example

White with #9A8136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,129,54); }

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

background-color css

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

 a { background-color: rgb(154,129,54); }

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

border-color css

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

 span { border-color: rgb(154,129,54); }

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