#9B9402

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

Shades of Lucky #9B9402

Tints of Lucky #9B9402

Color information

#9B9402 (or 0x9B9402) is unknown color: approx Lucky. HEX triplet: 9B, 94 and 02. RGB value is (155,148,2). Sum of RGB (Red+Green+Blue) = 155+148+2=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B9402 is #646BFD. Grayscale: #868686. Windows color (decimal): -6581246 or 169115. OLE color: 169115.

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

Color convert

RGB1551482-
CMYK00.050.990.39
HSL57.25º97.45%30.78%-
HSV(B)57.25º98.71%60.78%-
XYZ24.1228.154.22-
YUV133.4553.82143.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.82%
GREEN value IS 148 (58.20% from 255) = 48.52%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=50.82%
G=48.52%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155148200.050.990.3957.2597.4530.78
Hex9B94205632739611f
Octal233224205143477114137
Binary10011011100101001001011100011100111111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,148,2); }

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

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

 a { background-color: rgb(155,148,2); }

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

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

 span { border-color: rgb(155,148,2); }

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