Html Css Color HEX #99950D Lucky

📋 copy color: '#99950D'

red 153 ◦ green 149 ◦ blue 13

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

Shades of Lucky #99950D

Tints of Lucky #99950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 48.57%
G = 47.3%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99950D (or 0x99950D) is known color: Lucky. HEX triplet: 99, 95 and 0D. RGB value is (153,149,13). Sum of RGB (Red+Green+Blue) = 153+149+13=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99950D is #666AF2. Grayscale: #878787. Windows color (decimal): -6712051 or 890265. OLE color: 890265.

HSL color Cylindrical-coordinate representation of color #99950D: hue angle of 58.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99950D is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 149 13 -
CMYK 0 0.03 0.92 0.4
HSL 58.29º 0.84% 0.33% -
HSV(B) 58.29º 0.92% 0.6% -
XYZ 23.96 28.3 4.58 -
YUV 134.69 59.33 141.06 -
System Red Green Blue C M Y K H S L
Decimal 153 149 13 0 0.03 0.92 0.4 58.29 0.84 0.33
Hex 99 95 D 0 3 5C 28 3A 54 21
Octal 231 225 15 0 3 134 50 72 124 41
Binary 10011001 10010101 1101 0 11 1011100 101000 111010 1010100 100001

Color Harmonies of #99950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99950D

Black with #99950D

Text Example


Text Example

White with #99950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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