Html Css Color HEX #9D970E Lucky

📋 copy color: '#9D970E'

red 157 ◦ green 151 ◦ blue 14

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

Shades of Lucky #9D970E

Tints of Lucky #9D970E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.35%

R = 48.76%
G = 46.89%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9D970E (or 0x9D970E) is known color: Lucky. HEX triplet: 9D, 97 and 0E. RGB value is (157,151,14). Sum of RGB (Red+Green+Blue) = 157+151+14=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D970E is #6268F1. Grayscale: #898989. Windows color (decimal): -6449394 or 956317. OLE color: 956317.

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

Color convert

RGB 157 151 14 -
CMYK 0 0.04 0.91 0.38
HSL 57.48º 0.84% 0.34% -
HSV(B) 57.48º 0.91% 0.62% -
XYZ 25.05 29.33 4.76 -
YUV 137.18 58.49 142.14 -
System Red Green Blue C M Y K H S L
Decimal 157 151 14 0 0.04 0.91 0.38 57.48 0.84 0.34
Hex 9D 97 E 0 4 5B 26 39 54 22
Octal 235 227 16 0 4 133 46 71 124 42
Binary 10011101 10010111 1110 0 100 1011011 100110 111001 1010100 100010

Color Harmonies of #9D970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D970E

Black with #9D970E

Text Example


Text Example

White with #9D970E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,151,14); }

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

background-color css

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

 a { background-color: rgb(157,151,14); }

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

border-color css

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

 span { border-color: rgb(157,151,14); }

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