Html Css Color HEX #999504 Lucky

📋 copy color: '#999504'

red 153 ◦ green 149 ◦ blue 4

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

Shades of Lucky #999504

Tints of Lucky #999504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 50%
G = 48.69%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#999504 (or 0x999504) is known color: Lucky. HEX triplet: 99, 95 and 04. RGB value is (153,149,4). Sum of RGB (Red+Green+Blue) = 153+149+4=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #999504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999504 is #666AFB. Grayscale: #868686. Windows color (decimal): -6712060 or 300441. OLE color: 300441.

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

Color convert

RGB 153 149 4 -
CMYK 0 0.03 0.97 0.4
HSL 58.39º 0.95% 0.31% -
HSV(B) 58.39º 0.97% 0.6% -
XYZ 23.91 28.28 4.31 -
YUV 133.67 54.83 141.79 -
System Red Green Blue C M Y K H S L
Decimal 153 149 4 0 0.03 0.97 0.4 58.39 0.95 0.31
Hex 99 95 4 0 3 61 28 3A 5F 1F
Octal 231 225 4 0 3 141 50 72 137 37
Binary 10011001 10010101 100 0 11 1100001 101000 111010 1011111 11111

Color Harmonies of #999504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999504

Black with #999504

Text Example


Text Example

White with #999504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999504; }

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

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

background-color css

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

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

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

border-color css

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

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

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