Html Css Color HEX #9B9222 Lemon Ginger

📋 copy color: '#9B9222'

red 155 ◦ green 146 ◦ blue 34

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

Shades of Lemon Ginger #9B9222

Tints of Lemon Ginger #9B9222

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.58%

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

R = 46.27%
G = 43.58%
B = 10.15%

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

#9B9222 (or 0x9B9222) is known color: Lemon Ginger. HEX triplet: 9B, 92 and 22. RGB value is (155,146,34). Sum of RGB (Red+Green+Blue) = 155+146+34=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9222 is #646DDD. Grayscale: #888888. Windows color (decimal): -6581726 or 2265755. OLE color: 2265755.

HSL color Cylindrical-coordinate representation of color #9B9222: hue angle of 55.54º 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 #9B9222 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 146 34 -
CMYK 0 0.06 0.78 0.39
HSL 55.54º 0.64% 0.37% -
HSV(B) 55.54º 0.78% 0.61% -
XYZ 24.09 27.64 5.58 -
YUV 135.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 155 146 34 0 0.06 0.78 0.39 55.54 0.64 0.37
Hex 9B 92 22 0 6 4E 27 38 40 25
Octal 233 222 42 0 6 116 47 70 100 45
Binary 10011011 10010010 100010 0 110 1001110 100111 111000 1000000 100101

Color Harmonies of #9B9222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9222

Black with #9B9222

Text Example


Text Example

White with #9B9222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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