Html Css Color HEX #99960A Lucky

📋 copy color: '#99960A'

red 153 ◦ green 150 ◦ blue 10

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

Shades of Lucky #99960A

Tints of Lucky #99960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

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

R = 48.88%
G = 47.92%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99960A (or 0x99960A) is known color: Lucky. HEX triplet: 99, 96 and 0A. RGB value is (153,150,10). Sum of RGB (Red+Green+Blue) = 153+150+10=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99960A is #6669F5. Grayscale: #878787. Windows color (decimal): -6711798 or 693913. OLE color: 693913.

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

Color convert

RGB 153 150 10 -
CMYK 0 0.02 0.93 0.4
HSL 58.74º 0.88% 0.32% -
HSV(B) 58.74º 0.93% 0.6% -
XYZ 24.1 28.61 4.54 -
YUV 134.94 57.49 140.88 -
System Red Green Blue C M Y K H S L
Decimal 153 150 10 0 0.02 0.93 0.4 58.74 0.88 0.32
Hex 99 96 A 0 2 5D 28 3B 58 20
Octal 231 226 12 0 2 135 50 73 130 40
Binary 10011001 10010110 1010 0 10 1011101 101000 111011 1011000 100000

Color Harmonies of #99960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99960A

Black with #99960A

Text Example


Text Example

White with #99960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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