#9B990E

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

Shades of Lucky #9B990E

Tints of Lucky #9B990E

Color information

#9B990E (or 0x9B990E) is unknown color: approx Lucky. HEX triplet: 9B, 99 and 0E. RGB value is (155,153,14). Sum of RGB (Red+Green+Blue) = 155+153+14=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B990E is #6466F1. Grayscale: #8A8A8A. Windows color (decimal): -6579954 or 956827. OLE color: 956827.

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

Color convert

RGB15515314-
CMYK00.010.910.39
HSL59.15º83.43%33.14%-
HSV(B)59.15º90.97%60.78%-
XYZ24.9929.784.85-
YUV137.7558.16140.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 153 (60.16% from 255) = 47.52%
BLUE value IS 14 (5.86% from 255) = 4.35%
R=48.14%
G=47.52%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551531400.010.910.3959.1583.4333.14
Hex9B99E015B273b5321
Octal2332311601133477312341
Binary100110111001100111100110110111001111110111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,153,14); }

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

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

 a { background-color: rgb(155,153,14); }

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

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

 span { border-color: rgb(155,153,14); }

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