Html Css Color HEX #9C970D Lucky

📋 copy color: '#9C970D'

red 156 ◦ green 151 ◦ blue 13

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

Shades of Lucky #9C970D

Tints of Lucky #9C970D

RGB

 RED value IS 156 (61.33% from 255) = 48.75%

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

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

R = 48.75%
G = 47.19%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C970D (or 0x9C970D) is known color: Lucky. HEX triplet: 9C, 97 and 0D. RGB value is (156,151,13). Sum of RGB (Red+Green+Blue) = 156+151+13=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C970D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C970D is #6368F2. Grayscale: #898989. Windows color (decimal): -6514931 or 890780. OLE color: 890780.

HSL color Cylindrical-coordinate representation of color #9C970D: hue angle of 57.9º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C970D is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 151 13 -
CMYK 0 0.03 0.92 0.39
HSL 57.9º 0.85% 0.33% -
HSV(B) 57.9º 0.92% 0.61% -
XYZ 24.85 29.23 4.71 -
YUV 136.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 156 151 13 0 0.03 0.92 0.39 57.9 0.85 0.33
Hex 9C 97 D 0 3 5C 27 3A 55 21
Octal 234 227 15 0 3 134 47 72 125 41
Binary 10011100 10010111 1101 0 11 1011100 100111 111010 1010101 100001

Color Harmonies of #9C970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C970D

Black with #9C970D

Text Example


Text Example

White with #9C970D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,151,13); }

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

background-color css

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

 a { background-color: rgb(156,151,13); }

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

border-color css

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

 span { border-color: rgb(156,151,13); }

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