Html Css Color HEX #9D960F Lucky

📋 copy color: '#9D960F'

red 157 ◦ green 150 ◦ blue 15

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

Shades of Lucky #9D960F

Tints of Lucky #9D960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.66%

R = 48.76%
G = 46.58%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D960F (or 0x9D960F) is known color: Lucky. HEX triplet: 9D, 96 and 0F. RGB value is (157,150,15). Sum of RGB (Red+Green+Blue) = 157+150+15=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D960F is #6269F0. Grayscale: #898989. Windows color (decimal): -6449649 or 1021597. OLE color: 1021597.

HSL color Cylindrical-coordinate representation of color #9D960F: hue angle of 57.04º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D960F is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 150 15 -
CMYK 0 0.04 0.90 0.38
HSL 57.04º 0.83% 0.34% -
HSV(B) 57.04º 0.9% 0.62% -
XYZ 24.9 29.02 4.74 -
YUV 136.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 157 150 15 0 0.04 0.90 0.38 57.04 0.83 0.34
Hex 9D 96 F 0 4 5A 26 39 53 22
Octal 235 226 17 0 4 132 46 71 123 42
Binary 10011101 10010110 1111 0 100 1011010 100110 111001 1010011 100010

Color Harmonies of #9D960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D960F

Black with #9D960F

Text Example


Text Example

White with #9D960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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