#9B9508

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

Shades of Lucky #9B9508

Tints of Lucky #9B9508

Color information

#9B9508 (or 0x9B9508) is unknown color: approx Lucky. HEX triplet: 9B, 95 and 08. RGB value is (155,149,8). Sum of RGB (Red+Green+Blue) = 155+149+8=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9508 is #646AF7. Grayscale: #878787. Windows color (decimal): -6580984 or 562587. OLE color: 562587.

HSL color Cylindrical-coordinate representation of color #9B9508: hue angle of 57.55º degrees, saturation: 0.9, 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 #9B9508 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB1551498-
CMYK00.040.950.39
HSL57.55º90.18%31.96%-
HSV(B)57.55º94.84%60.78%-
XYZ24.3128.484.45-
YUV134.7256.49142.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 149 (58.59% from 255) = 47.76%
BLUE value IS 8 (3.52% from 255) = 2.56%
R=49.68%
G=47.76%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155149800.040.950.3957.5590.1831.96
Hex9B958045F273a5a20
Octal2332251004137477213240
Binary10011011100101011000010010111111001111110101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,149,8); }

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

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

 a { background-color: rgb(155,149,8); }

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

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

 span { border-color: rgb(155,149,8); }

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