Html Css Color HEX #9B9122 Lemon Ginger

📋 copy color: '#9B9122'

red 155 ◦ green 145 ◦ blue 34

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

Shades of Lemon Ginger #9B9122

Tints of Lemon Ginger #9B9122

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

 BLUE value IS 34 (13.67% from 255) = 10.18%

R = 46.41%
G = 43.41%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9B9122 (or 0x9B9122) is known color: Lemon Ginger. HEX triplet: 9B, 91 and 22. RGB value is (155,145,34). Sum of RGB (Red+Green+Blue) = 155+145+34=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9122 is #646EDD. Grayscale: #878787. Windows color (decimal): -6581982 or 2265499. OLE color: 2265499.

HSL color Cylindrical-coordinate representation of color #9B9122: hue angle of 55.04º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B9122 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 145 34 -
CMYK 0 0.06 0.78 0.39
HSL 55.04º 0.64% 0.37% -
HSV(B) 55.04º 0.78% 0.61% -
XYZ 23.93 27.33 5.53 -
YUV 135.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 155 145 34 0 0.06 0.78 0.39 55.04 0.64 0.37
Hex 9B 91 22 0 6 4E 27 37 40 25
Octal 233 221 42 0 6 116 47 67 100 45
Binary 10011011 10010001 100010 0 110 1001110 100111 110111 1000000 100101

Color Harmonies of #9B9122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9122

Black with #9B9122

Text Example


Text Example

White with #9B9122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,145,34); }

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

background-color css

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

 a { background-color: rgb(155,145,34); }

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

border-color css

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

 span { border-color: rgb(155,145,34); }

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