#999A05

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

Shades of Lucky #999A05

Tints of Lucky #999A05

Color information

#999A05 (or 0x999A05) is unknown color: approx Lucky. HEX triplet: 99, 9A and 05. RGB value is (153,154,5). Sum of RGB (Red+Green+Blue) = 153+154+5=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #999A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999A05 is #6665FA. Grayscale: #898989. Windows color (decimal): -6710779 or 367257. OLE color: 367257.

HSL color Cylindrical-coordinate representation of color #999A05: hue angle of 60.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #999A05 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB1531545-
CMYK0.0100.970.40
HSL60.4º93.71%31.18%-
HSV(B)60.4º96.75%60.39%-
XYZ24.7229.894.61-
YUV136.7153.67139.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 154 (60.55% from 255) = 49.36%
BLUE value IS 5 (2.34% from 255) = 1.60%
R=49.04%
G=49.36%
B=1.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15315450.0100.970.4060.493.7131.18
Hex999A51061283c5e1f
Octal231232510141507413637
Binary1001100110011010101101100001101000111100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999A05; }

 p { color: rgb(153,154,5); }

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

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

 a { background-color: rgb(153,154,5); }

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

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

 span { border-color: rgb(153,154,5); }

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