Html Css Color HEX #9A8236 Lemon Ginger

📋 copy color: '#9A8236'

red 154 ◦ green 130 ◦ blue 54

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

Shades of Lemon Ginger #9A8236

Tints of Lemon Ginger #9A8236

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.46%

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

R = 45.56%
G = 38.46%
B = 15.98%

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

#9A8236 (or 0x9A8236) is known color: Lemon Ginger. HEX triplet: 9A, 82 and 36. RGB value is (154,130,54). Sum of RGB (Red+Green+Blue) = 154+130+54=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8236 is #657DC9. Grayscale: #808080. Windows color (decimal): -6651338 or 3572378. OLE color: 3572378.

HSL color Cylindrical-coordinate representation of color #9A8236: hue angle of 45.6º 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 #9A8236 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 130 54 -
CMYK 0 0.16 0.65 0.40
HSL 45.6º 0.48% 0.41% -
HSV(B) 45.6º 0.65% 0.6% -
XYZ 21.97 23.1 6.79 -
YUV 128.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 154 130 54 0 0.16 0.65 0.40 45.6 0.48 0.41
Hex 9A 82 36 0 10 41 28 2E 30 29
Octal 232 202 66 0 20 101 50 56 60 51
Binary 10011010 10000010 110110 0 10000 1000001 101000 101110 110000 101001

Color Harmonies of #9A8236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8236

Black with #9A8236

Text Example


Text Example

White with #9A8236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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