#9B8E07

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

Shades of Lucky #9B8E07

Tints of Lucky #9B8E07

Color information

#9B8E07 (or 0x9B8E07) is unknown color: approx Lucky. HEX triplet: 9B, 8E and 07. RGB value is (155,142,7). Sum of RGB (Red+Green+Blue) = 155+142+7=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8E07 is #6471F8. Grayscale: #838383. Windows color (decimal): -6582777 or 495259. OLE color: 495259.

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

Color convert

RGB1551427-
CMYK00.080.950.39
HSL54.73º91.36%31.76%-
HSV(B)54.73º95.48%60.78%-
XYZ23.2326.334.06-
YUV130.558.31145.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.99%
GREEN value IS 142 (55.86% from 255) = 46.71%
BLUE value IS 7 (3.12% from 255) = 2.30%
R=50.99%
G=46.71%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155142700.080.950.3954.7391.3631.76
Hex9B8E7085F27375b20
Octal2332167010137476713340
Binary10011011100011101110100010111111001111101111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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