#9A8C0B

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

Shades of Lucky #9A8C0B

Tints of Lucky #9A8C0B

Color information

#9A8C0B (or 0x9A8C0B) is unknown color: approx Lucky. HEX triplet: 9A, 8C and 0B. RGB value is (154,140,11). Sum of RGB (Red+Green+Blue) = 154+140+11=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8C0B is #6573F4. Grayscale: #828282. Windows color (decimal): -6648821 or 756890. OLE color: 756890.

HSL color Cylindrical-coordinate representation of color #9A8C0B: hue angle of 54.13º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A8C0B is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB15414011-
CMYK00.090.930.40
HSL54.13º86.67%32.35%-
HSV(B)54.13º92.86%60.39%-
XYZ22.7625.654.07-
YUV129.4861.14145.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.49%
GREEN value IS 140 (55.08% from 255) = 45.90%
BLUE value IS 11 (4.69% from 255) = 3.61%
R=50.49%
G=45.90%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541401100.090.930.4054.1386.6732.35
Hex9A8CB095D28365720
Octal23221413011135506612740
Binary100110101000110010110100110111011010001101101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,140,11); }

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

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

 a { background-color: rgb(154,140,11); }

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

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

 span { border-color: rgb(154,140,11); }

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