Html Css Color HEX #9C980E Lucky

📋 copy color: '#9C980E'

red 156 ◦ green 152 ◦ blue 14

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

Shades of Lucky #9C980E

Tints of Lucky #9C980E

RGB

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

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

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

R = 48.45%
G = 47.2%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C980E (or 0x9C980E) is known color: Lucky. HEX triplet: 9C, 98 and 0E. RGB value is (156,152,14). Sum of RGB (Red+Green+Blue) = 156+152+14=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C980E is #6367F1. Grayscale: #8A8A8A. Windows color (decimal): -6514674 or 956572. OLE color: 956572.

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

Color convert

RGB 156 152 14 -
CMYK 0 0.03 0.91 0.39
HSL 58.31º 0.84% 0.33% -
HSV(B) 58.31º 0.91% 0.61% -
XYZ 25.02 29.56 4.8 -
YUV 137.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 156 152 14 0 0.03 0.91 0.39 58.31 0.84 0.33
Hex 9C 98 E 0 3 5B 27 3A 54 21
Octal 234 230 16 0 3 133 47 72 124 41
Binary 10011100 10011000 1110 0 11 1011011 100111 111010 1010100 100001

Color Harmonies of #9C980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C980E

Black with #9C980E

Text Example


Text Example

White with #9C980E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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