Html Css Color HEX #9B8E31 Lemon Ginger

📋 copy color: '#9B8E31'

red 155 ◦ green 142 ◦ blue 49

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

Shades of Lemon Ginger #9B8E31

Tints of Lemon Ginger #9B8E31

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.04%

 BLUE value IS 49 (19.53% from 255) = 14.16%

R = 44.8%
G = 41.04%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B8E31 (or 0x9B8E31) is known color: Lemon Ginger. HEX triplet: 9B, 8E and 31. RGB value is (155,142,49). Sum of RGB (Red+Green+Blue) = 155+142+49=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8E31 is #6471CE. Grayscale: #878787. Windows color (decimal): -6582735 or 3247771. OLE color: 3247771.

HSL color Cylindrical-coordinate representation of color #9B8E31: hue angle of 52.64º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B8E31 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 142 49 -
CMYK 0 0.08 0.68 0.39
HSL 52.64º 0.52% 0.4% -
HSV(B) 52.64º 0.68% 0.61% -
XYZ 23.74 26.54 6.78 -
YUV 135.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 155 142 49 0 0.08 0.68 0.39 52.64 0.52 0.4
Hex 9B 8E 31 0 8 44 27 35 34 28
Octal 233 216 61 0 10 104 47 65 64 50
Binary 10011011 10001110 110001 0 1000 1000100 100111 110101 110100 101000

Color Harmonies of #9B8E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8E31

Black with #9B8E31

Text Example


Text Example

White with #9B8E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,142,49); }

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

background-color css

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

 a { background-color: rgb(155,142,49); }

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

border-color css

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

 span { border-color: rgb(155,142,49); }

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