Html Css Color HEX #999506 Lucky

📋 copy color: '#999506'

red 153 ◦ green 149 ◦ blue 6

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

Shades of Lucky #999506

Tints of Lucky #999506

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.38%

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 49.68%
G = 48.38%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#999506 (or 0x999506) is known color: Lucky. HEX triplet: 99, 95 and 06. RGB value is (153,149,6). Sum of RGB (Red+Green+Blue) = 153+149+6=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #999506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999506 is #666AF9. Grayscale: #868686. Windows color (decimal): -6712058 or 431513. OLE color: 431513.

HSL color Cylindrical-coordinate representation of color #999506: hue angle of 58.37º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #999506 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 149 6 -
CMYK 0 0.03 0.96 0.4
HSL 58.37º 0.92% 0.31% -
HSV(B) 58.37º 0.96% 0.6% -
XYZ 23.92 28.28 4.37 -
YUV 133.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 153 149 6 0 0.03 0.96 0.4 58.37 0.92 0.31
Hex 99 95 6 0 3 60 28 3A 5C 1F
Octal 231 225 6 0 3 140 50 72 134 37
Binary 10011001 10010101 110 0 11 1100000 101000 111010 1011100 11111

Color Harmonies of #999506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999506

Black with #999506

Text Example


Text Example

White with #999506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999506; }

 p { color: rgb(153,149,6); }

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

background-color css

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

 a { background-color: rgb(153,149,6); }

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

border-color css

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

 span { border-color: rgb(153,149,6); }

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