#AB9D00

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

Shades of Lucky #AB9D00

Tints of Lucky #AB9D00

Color information

#AB9D00 (or 0xAB9D00) is unknown color: approx Lucky. HEX triplet: AB, 9D and 00. RGB value is (171,157,0). Sum of RGB (Red+Green+Blue) = 171+157+0=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9D00 is #5462FF. Grayscale: #8F8F8F. Windows color (decimal): -5530368 or 40363. OLE color: 40363.

HSL color Cylindrical-coordinate representation of color #AB9D00: hue angle of 55.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB9D00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB1711570-
CMYK00.0810.33
HSL55.09º100%33.53%-
HSV(B)55.09º100%67.06%-
XYZ28.8532.774.8-
YUV143.2947.14147.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 157 (61.72% from 255) = 47.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.13%
G=47.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171157000.0810.3355.0910033.53
HexAB9D0086421376422
Octal2532350010144416714442
Binary101010111001110100100011001001000011101111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D00; }

 p { color: rgb(171,157,0); }

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

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

 a { background-color: rgb(171,157,0); }

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

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

 span { border-color: rgb(171,157,0); }

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