#99920B

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

Shades of Lucky #99920B

Tints of Lucky #99920B

Color information

#99920B (or 0x99920B) is unknown color: approx Lucky. HEX triplet: 99, 92 and 0B. RGB value is (153,146,11). Sum of RGB (Red+Green+Blue) = 153+146+11=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #99920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99920B is #666DF4. Grayscale: #858585. Windows color (decimal): -6712821 or 758425. OLE color: 758425.

HSL color Cylindrical-coordinate representation of color #99920B: hue angle of 57.04º 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 #99920B is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB15314611-
CMYK00.050.930.4
HSL57.04º86.59%32.16%-
HSV(B)57.04º92.81%60%-
XYZ23.4827.354.36-
YUV132.759.32142.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 11 (4.69% from 255) = 3.55%
R=49.35%
G=47.10%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531461100.050.930.457.0486.5932.16
Hex9992B055D28395720
Octal2312221305135507112740
Binary10011001100100101011010110111011010001110011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99920B; }

 p { color: rgb(153,146,11); }

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

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

 a { background-color: rgb(153,146,11); }

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

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

 span { border-color: rgb(153,146,11); }

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