Html Css Color HEX #99920A Lucky

📋 copy color: '#99920A'

red 153 ◦ green 146 ◦ blue 10

#99920A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #99920A

Tints of Lucky #99920A

RGB

 RED value IS 153 (60.16% from 255) = 49.51%

 GREEN value IS 146 (57.42% from 255) = 47.25%

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 49.51%
G = 47.25%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99920A (or 0x99920A) is known color: Lucky. HEX triplet: 99, 92 and 0A. RGB value is (153,146,10). Sum of RGB (Red+Green+Blue) = 153+146+10=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #99920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99920A is #666DF5. Grayscale: #858585. Windows color (decimal): -6712822 or 692889. OLE color: 692889.

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

Color convert

RGB 153 146 10 -
CMYK 0 0.05 0.93 0.4
HSL 57.06º 0.88% 0.32% -
HSV(B) 57.06º 0.93% 0.6% -
XYZ 23.47 27.35 4.33 -
YUV 132.59 58.82 142.56 -
System Red Green Blue C M Y K H S L
Decimal 153 146 10 0 0.05 0.93 0.4 57.06 0.88 0.32
Hex 99 92 A 0 5 5D 28 39 58 20
Octal 231 222 12 0 5 135 50 71 130 40
Binary 10011001 10010010 1010 0 101 1011101 101000 111001 1011000 100000

Color Harmonies of #99920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99920A

Black with #99920A

Text Example


Text Example

White with #99920A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99920A;
 }
 .AnyTagClassName
 {
   color: #99920A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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