Html Css Color HEX #9B8932 Lemon Ginger

📋 copy color: '#9B8932'

red 155 ◦ green 137 ◦ blue 50

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

Shades of Lemon Ginger #9B8932

Tints of Lemon Ginger #9B8932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 45.32%
G = 40.06%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B8932 (or 0x9B8932) is known color: Lemon Ginger. HEX triplet: 9B, 89 and 32. RGB value is (155,137,50). Sum of RGB (Red+Green+Blue) = 155+137+50=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8932 is #6476CD. Grayscale: #848484. Windows color (decimal): -6584014 or 3312027. OLE color: 3312027.

HSL color Cylindrical-coordinate representation of color #9B8932: hue angle of 49.71º degrees, saturation: 0.51, 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 #9B8932 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 137 50 -
CMYK 0 0.12 0.68 0.39
HSL 49.71º 0.51% 0.4% -
HSV(B) 49.71º 0.68% 0.61% -
XYZ 23.04 25.09 6.65 -
YUV 132.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 155 137 50 0 0.12 0.68 0.39 49.71 0.51 0.4
Hex 9B 89 32 0 C 44 27 32 33 28
Octal 233 211 62 0 14 104 47 62 63 50
Binary 10011011 10001001 110010 0 1100 1000100 100111 110010 110011 101000

Color Harmonies of #9B8932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8932

Black with #9B8932

Text Example


Text Example

White with #9B8932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,50); }

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

background-color css

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

 a { background-color: rgb(155,137,50); }

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

border-color css

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

 span { border-color: rgb(155,137,50); }

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