Html Css Color HEX #9C980C Lucky

📋 copy color: '#9C980C'

red 156 ◦ green 152 ◦ blue 12

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

Shades of Lucky #9C980C

Tints of Lucky #9C980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 48.75%
G = 47.5%
B = 3.75%

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

#9C980C (or 0x9C980C) is known color: Lucky. HEX triplet: 9C, 98 and 0C. RGB value is (156,152,12). Sum of RGB (Red+Green+Blue) = 156+152+12=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C980C is #6367F3. Grayscale: #898989. Windows color (decimal): -6514676 or 825500. OLE color: 825500.

HSL color Cylindrical-coordinate representation of color #9C980C: hue angle of 58.33º degrees, saturation: 0.86, 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 #9C980C is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 152 12 -
CMYK 0 0.03 0.92 0.39
HSL 58.33º 0.86% 0.33% -
HSV(B) 58.33º 0.92% 0.61% -
XYZ 25 29.55 4.73 -
YUV 137.24 57.33 141.38 -
System Red Green Blue C M Y K H S L
Decimal 156 152 12 0 0.03 0.92 0.39 58.33 0.86 0.33
Hex 9C 98 C 0 3 5C 27 3A 56 21
Octal 234 230 14 0 3 134 47 72 126 41
Binary 10011100 10011000 1100 0 11 1011100 100111 111010 1010110 100001

Color Harmonies of #9C980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C980C

Black with #9C980C

Text Example


Text Example

White with #9C980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,152,12); }

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

background-color css

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

 a { background-color: rgb(156,152,12); }

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

border-color css

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

 span { border-color: rgb(156,152,12); }

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