Html Css Color HEX #9D9619 Lucky

📋 copy color: '#9D9619'

red 157 ◦ green 150 ◦ blue 25

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

Shades of Lucky #9D9619

Tints of Lucky #9D9619

RGB

 RED value IS 157 (61.72% from 255) = 47.29%

 GREEN value IS 150 (58.98% from 255) = 45.18%

 BLUE value IS 25 (10.16% from 255) = 7.53%

R = 47.29%
G = 45.18%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9D9619 (or 0x9D9619) is known color: Lucky. HEX triplet: 9D, 96 and 19. RGB value is (157,150,25). Sum of RGB (Red+Green+Blue) = 157+150+25=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9619 is #6269E6. Grayscale: #8A8A8A. Windows color (decimal): -6449639 or 1676957. OLE color: 1676957.

HSL color Cylindrical-coordinate representation of color #9D9619: hue angle of 56.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D9619 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 150 25 -
CMYK 0 0.04 0.84 0.38
HSL 56.82º 0.73% 0.36% -
HSV(B) 56.82º 0.84% 0.62% -
XYZ 24.99 29.05 5.21 -
YUV 137.84 64.32 141.66 -
System Red Green Blue C M Y K H S L
Decimal 157 150 25 0 0.04 0.84 0.38 56.82 0.73 0.36
Hex 9D 96 19 0 4 54 26 39 49 24
Octal 235 226 31 0 4 124 46 71 111 44
Binary 10011101 10010110 11001 0 100 1010100 100110 111001 1001001 100100

Color Harmonies of #9D9619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9619

Black with #9D9619

Text Example


Text Example

White with #9D9619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D9619; }

 p { color: rgb(157,150,25); }

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

background-color css

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

 a { background-color: rgb(157,150,25); }

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

border-color css

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

 span { border-color: rgb(157,150,25); }

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