#9B8B22

Color #9B8B22 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #9B8B22

Tints of Lemon Ginger #9B8B22

Color information

#9B8B22 (or 0x9B8B22) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 8B and 22. RGB value is (155,139,34). Sum of RGB (Red+Green+Blue) = 155+139+34=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8B22 is #6474DD. Grayscale: #848484. Windows color (decimal): -6583518 or 2263963. OLE color: 2263963.

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

Color convert

RGB15513934-
CMYK00.100.780.39
HSL52.07º64.02%37.06%-
HSV(B)52.07º78.06%60.78%-
XYZ23.0425.555.23-
YUV131.8172.8144.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 139 (54.69% from 255) = 42.38%
BLUE value IS 34 (13.67% from 255) = 10.37%
R=47.26%
G=42.38%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551393400.100.780.3952.0764.0237.06
Hex9B8B220A4E27344025
Octal23321342012116476410045
Binary10011011100010111000100101010011101001111101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B8B22;
 }
 .AnyTagClassName
 {
   color: #9B8B22;
 }
</style>
background-color css

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

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

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

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

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

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