Html Css Color HEX #999408 Lucky

📋 copy color: '#999408'

red 153 ◦ green 148 ◦ blue 8

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

Shades of Lucky #999408

Tints of Lucky #999408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.59%

R = 49.51%
G = 47.9%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#999408 (or 0x999408) is known color: Lucky. HEX triplet: 99, 94 and 08. RGB value is (153,148,8). Sum of RGB (Red+Green+Blue) = 153+148+8=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #999408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999408 is #666BF7. Grayscale: #868686. Windows color (decimal): -6712312 or 562329. OLE color: 562329.

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

Color convert

RGB 153 148 8 -
CMYK 0 0.03 0.95 0.4
HSL 57.93º 0.9% 0.32% -
HSV(B) 57.93º 0.95% 0.6% -
XYZ 23.77 27.97 4.38 -
YUV 133.54 57.16 141.88 -
System Red Green Blue C M Y K H S L
Decimal 153 148 8 0 0.03 0.95 0.4 57.93 0.9 0.32
Hex 99 94 8 0 3 5F 28 3A 5A 20
Octal 231 224 10 0 3 137 50 72 132 40
Binary 10011001 10010100 1000 0 11 1011111 101000 111010 1011010 100000

Color Harmonies of #999408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999408

Black with #999408

Text Example


Text Example

White with #999408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999408; }

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

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

background-color css

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

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

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

border-color css

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

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

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