#9B8E05

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

Shades of Lucky #9B8E05

Tints of Lucky #9B8E05

Color information

#9B8E05 (or 0x9B8E05) is unknown color: approx Lucky. HEX triplet: 9B, 8E and 05. RGB value is (155,142,5). Sum of RGB (Red+Green+Blue) = 155+142+5=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8E05 is #6471FA. Grayscale: #828282. Windows color (decimal): -6582779 or 364187. OLE color: 364187.

HSL color Cylindrical-coordinate representation of color #9B8E05: hue angle of 54.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B8E05 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB1551425-
CMYK00.080.970.39
HSL54.8º93.75%31.37%-
HSV(B)54.8º96.77%60.78%-
XYZ23.2226.334-
YUV130.2757.31145.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.32%
GREEN value IS 142 (55.86% from 255) = 47.02%
BLUE value IS 5 (2.34% from 255) = 1.66%
R=51.32%
G=47.02%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155142500.080.970.3954.893.7531.37
Hex9B8E5086127375e1f
Octal2332165010141476713637
Binary1001101110001110101010001100001100111110111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,142,5); }

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

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

 a { background-color: rgb(155,142,5); }

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

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

 span { border-color: rgb(155,142,5); }

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