Html Css Color HEX #999705 Lucky

📋 copy color: '#999705'

red 153 ◦ green 151 ◦ blue 5

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

Shades of Lucky #999705

Tints of Lucky #999705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.87%

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

R = 49.51%
G = 48.87%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#999705 (or 0x999705) is known color: Lucky. HEX triplet: 99, 97 and 05. RGB value is (153,151,5). Sum of RGB (Red+Green+Blue) = 153+151+5=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #999705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999705 is #6668FA. Grayscale: #878787. Windows color (decimal): -6711547 or 366489. OLE color: 366489.

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

Color convert

RGB 153 151 5 -
CMYK 0 0.01 0.97 0.4
HSL 59.19º 0.94% 0.31% -
HSV(B) 59.19º 0.97% 0.6% -
XYZ 24.23 28.92 4.45 -
YUV 134.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 153 151 5 0 0.01 0.97 0.4 59.19 0.94 0.31
Hex 99 97 5 0 1 61 28 3B 5E 1F
Octal 231 227 5 0 1 141 50 73 136 37
Binary 10011001 10010111 101 0 1 1100001 101000 111011 1011110 11111

Color Harmonies of #999705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999705

Black with #999705

Text Example


Text Example

White with #999705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999705; }

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

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

background-color css

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

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

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

border-color css

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

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

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