Html Css Color HEX #999403 Lucky

📋 copy color: '#999403'

red 153 ◦ green 148 ◦ blue 3

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

Shades of Lucky #999403

Tints of Lucky #999403

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.68%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 50.33%
G = 48.68%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#999403 (or 0x999403) is known color: Lucky. HEX triplet: 99, 94 and 03. RGB value is (153,148,3). Sum of RGB (Red+Green+Blue) = 153+148+3=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #999403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999403 is #666BFC. Grayscale: #858585. Windows color (decimal): -6712317 or 234649. OLE color: 234649.

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

Color convert

RGB 153 148 3 -
CMYK 0 0.03 0.98 0.4
HSL 58º 0.96% 0.31% -
HSV(B) 58º 0.98% 0.6% -
XYZ 23.74 27.96 4.23 -
YUV 132.97 54.66 142.29 -
System Red Green Blue C M Y K H S L
Decimal 153 148 3 0 0.03 0.98 0.4 58 0.96 0.31
Hex 99 94 3 0 3 62 28 3A 60 1F
Octal 231 224 3 0 3 142 50 72 140 37
Binary 10011001 10010100 11 0 11 1100010 101000 111010 1100000 11111

Color Harmonies of #999403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999403

Black with #999403

Text Example


Text Example

White with #999403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999403; }

 p { color: rgb(153,148,3); }

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

background-color css

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

 a { background-color: rgb(153,148,3); }

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

border-color css

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

 span { border-color: rgb(153,148,3); }

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