#9B8B33

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

Shades of Lemon Ginger #9B8B33

Tints of Lemon Ginger #9B8B33

Color information

#9B8B33 (or 0x9B8B33) is unknown color: approx Lemon Ginger. HEX triplet: 9B, 8B and 33. RGB value is (155,139,51). Sum of RGB (Red+Green+Blue) = 155+139+51=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8B33 is #6474CC. Grayscale: #868686. Windows color (decimal): -6583501 or 3378075. OLE color: 3378075.

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

Color convert

RGB15513951-
CMYK00.100.670.39
HSL50.77º50.49%40.39%-
HSV(B)50.77º67.1%60.78%-
XYZ23.3525.676.86-
YUV133.7581.3143.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 51 (20.31% from 255) = 14.78%
R=44.93%
G=40.29%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551395100.100.670.3950.7750.4940.39
Hex9B8B330A4327333228
Octal2332136301210347636250
Binary1001101110001011110011010101000011100111110011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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