Html Css Color HEX #9B8236 Lemon Ginger

📋 copy color: '#9B8236'

red 155 ◦ green 130 ◦ blue 54

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

Shades of Lemon Ginger #9B8236

Tints of Lemon Ginger #9B8236

RGB

 RED value IS 155 (60.94% from 255) = 45.72%

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

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

R = 45.72%
G = 38.35%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#9B8236 (or 0x9B8236) is known color: Lemon Ginger. HEX triplet: 9B, 82 and 36. RGB value is (155,130,54). Sum of RGB (Red+Green+Blue) = 155+130+54=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8236 is #647DC9. Grayscale: #818181. Windows color (decimal): -6585802 or 3572379. OLE color: 3572379.

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

Color convert

RGB 155 130 54 -
CMYK 0 0.16 0.65 0.39
HSL 45.15º 0.48% 0.41% -
HSV(B) 45.15º 0.65% 0.61% -
XYZ 22.17 23.2 6.8 -
YUV 128.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 155 130 54 0 0.16 0.65 0.39 45.15 0.48 0.41
Hex 9B 82 36 0 10 41 27 2D 30 29
Octal 233 202 66 0 20 101 47 55 60 51
Binary 10011011 10000010 110110 0 10000 1000001 100111 101101 110000 101001

Color Harmonies of #9B8236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8236

Black with #9B8236

Text Example


Text Example

White with #9B8236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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