Html Css Color HEX #999405 Lucky

📋 copy color: '#999405'

red 153 ◦ green 148 ◦ blue 5

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

Shades of Lucky #999405

Tints of Lucky #999405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 50%
G = 48.37%
B = 1.63%

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

#999405 (or 0x999405) is known color: Lucky. HEX triplet: 99, 94 and 05. RGB value is (153,148,5). Sum of RGB (Red+Green+Blue) = 153+148+5=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #999405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999405 is #666BFA. Grayscale: #858585. Windows color (decimal): -6712315 or 365721. OLE color: 365721.

HSL color Cylindrical-coordinate representation of color #999405: hue angle of 57.97º degrees, saturation: 0.94, 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 #999405 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 5 -
CMYK 0 0.03 0.97 0.4
HSL 57.97º 0.94% 0.31% -
HSV(B) 57.97º 0.97% 0.6% -
XYZ 23.75 27.96 4.29 -
YUV 133.19 55.66 142.13 -
System Red Green Blue C M Y K H S L
Decimal 153 148 5 0 0.03 0.97 0.4 57.97 0.94 0.31
Hex 99 94 5 0 3 61 28 3A 5E 1F
Octal 231 224 5 0 3 141 50 72 136 37
Binary 10011001 10010100 101 0 11 1100001 101000 111010 1011110 11111

Color Harmonies of #999405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999405

Black with #999405

Text Example


Text Example

White with #999405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999405; }

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

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

background-color css

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

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

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

border-color css

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

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

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