#99930C

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

Shades of Lucky #99930C

Tints of Lucky #99930C

Color information

#99930C (or 0x99930C) is unknown color: approx Lucky. HEX triplet: 99, 93 and 0C. RGB value is (153,147,12). Sum of RGB (Red+Green+Blue) = 153+147+12=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99930C is #666CF3. Grayscale: #858585. Windows color (decimal): -6712564 or 824217. OLE color: 824217.

HSL color Cylindrical-coordinate representation of color #99930C: hue angle of 57.45º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99930C is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB15314712-
CMYK00.040.920.4
HSL57.45º85.45%32.35%-
HSV(B)57.45º92.16%60%-
XYZ23.6427.674.44-
YUV133.459.49141.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 12 (5.08% from 255) = 3.85%
R=49.04%
G=47.12%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531471200.040.920.457.4585.4532.35
Hex9993C045C28395520
Octal2312231404134507112540
Binary10011001100100111100010010111001010001110011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99930C; }

 p { color: rgb(153,147,12); }

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

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

 a { background-color: rgb(153,147,12); }

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

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

 span { border-color: rgb(153,147,12); }

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