Html Css Color HEX #99960C Lucky

📋 copy color: '#99960C'

red 153 ◦ green 150 ◦ blue 12

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

Shades of Lucky #99960C

Tints of Lucky #99960C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 48.57%
G = 47.62%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99960C (or 0x99960C) is known color: Lucky. HEX triplet: 99, 96 and 0C. RGB value is (153,150,12). Sum of RGB (Red+Green+Blue) = 153+150+12=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99960C is #6669F3. Grayscale: #878787. Windows color (decimal): -6711796 or 824985. OLE color: 824985.

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

Color convert

RGB 153 150 12 -
CMYK 0 0.02 0.92 0.4
HSL 58.72º 0.85% 0.32% -
HSV(B) 58.72º 0.92% 0.6% -
XYZ 24.11 28.61 4.6 -
YUV 135.17 58.49 140.72 -
System Red Green Blue C M Y K H S L
Decimal 153 150 12 0 0.02 0.92 0.4 58.72 0.85 0.32
Hex 99 96 C 0 2 5C 28 3B 55 20
Octal 231 226 14 0 2 134 50 73 125 40
Binary 10011001 10010110 1100 0 10 1011100 101000 111011 1010101 100000

Color Harmonies of #99960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99960C

Black with #99960C

Text Example


Text Example

White with #99960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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