#9B8D12

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

Shades of Lucky #9B8D12

Tints of Lucky #9B8D12

Color information

#9B8D12 (or 0x9B8D12) is unknown color: approx Lucky. HEX triplet: 9B, 8D and 12. RGB value is (155,141,18). Sum of RGB (Red+Green+Blue) = 155+141+18=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8D12 is #6472ED. Grayscale: #838383. Windows color (decimal): -6583022 or 1215899. OLE color: 1215899.

HSL color Cylindrical-coordinate representation of color #9B8D12: hue angle of 53.87º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B8D12 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB15514118-
CMYK00.090.880.39
HSL53.87º79.19%33.92%-
HSV(B)53.87º88.39%60.78%-
XYZ23.1526.064.38-
YUV131.1664.14145-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.36%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 18 (7.42% from 255) = 5.73%
R=49.36%
G=44.90%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551411800.090.880.3953.8779.1933.92
Hex9B8D12095827364f22
Octal23321522011130476611742
Binary1001101110001101100100100110110001001111101101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,141,18); }

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

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

 a { background-color: rgb(155,141,18); }

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

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

 span { border-color: rgb(155,141,18); }

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