#9B9005

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

Shades of Lucky #9B9005

Tints of Lucky #9B9005

Color information

#9B9005 (or 0x9B9005) is unknown color: approx Lucky. HEX triplet: 9B, 90 and 05. RGB value is (155,144,5). Sum of RGB (Red+Green+Blue) = 155+144+5=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9005 is #646FFA. Grayscale: #848484. Windows color (decimal): -6582267 or 364699. OLE color: 364699.

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

Color convert

RGB1551445-
CMYK00.070.970.39
HSL55.6º93.75%31.37%-
HSV(B)55.6º96.77%60.78%-
XYZ23.5226.934.1-
YUV131.4456.64144.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.99%
GREEN value IS 144 (56.64% from 255) = 47.37%
BLUE value IS 5 (2.34% from 255) = 1.64%
R=50.99%
G=47.37%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155144500.070.970.3955.693.7531.37
Hex9B905076127385e1f
Octal233220507141477013637
Binary100110111001000010101111100001100111111000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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