#9B8C10

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

Shades of Lucky #9B8C10

Tints of Lucky #9B8C10

Color information

#9B8C10 (or 0x9B8C10) is unknown color: approx Lucky. HEX triplet: 9B, 8C and 10. RGB value is (155,140,16). Sum of RGB (Red+Green+Blue) = 155+140+16=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9B8C10 is #6473EF. Grayscale: #828282. Windows color (decimal): -6583280 or 1084571. OLE color: 1084571.

HSL color Cylindrical-coordinate representation of color #9B8C10: hue angle of 53.53º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B8C10 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB15514016-
CMYK00.100.900.39
HSL53.53º81.29%33.53%-
HSV(B)53.53º89.68%60.78%-
XYZ22.9925.764.25-
YUV130.3563.47145.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 16 (6.64% from 255) = 5.14%
R=49.84%
G=45.02%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551401600.100.900.3953.5381.2933.53
Hex9B8C100A5A27365122
Octal23321420012132476612142
Binary1001101110001100100000101010110101001111101101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,140,16); }

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

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

 a { background-color: rgb(155,140,16); }

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

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

 span { border-color: rgb(155,140,16); }

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