Html Css Color HEX #9A980C Lucky

📋 copy color: '#9A980C'

red 154 ◦ green 152 ◦ blue 12

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

Shades of Lucky #9A980C

Tints of Lucky #9A980C

RGB

 RED value IS 154 (60.55% from 255) = 48.43%

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

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

R = 48.43%
G = 47.8%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A980C (or 0x9A980C) is known color: Lucky. HEX triplet: 9A, 98 and 0C. RGB value is (154,152,12). Sum of RGB (Red+Green+Blue) = 154+152+12=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A980C is #6567F3. Grayscale: #898989. Windows color (decimal): -6645748 or 825498. OLE color: 825498.

HSL color Cylindrical-coordinate representation of color #9A980C: hue angle of 59.15º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A980C is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 152 12 -
CMYK 0 0.01 0.92 0.40
HSL 59.15º 0.86% 0.33% -
HSV(B) 59.15º 0.92% 0.6% -
XYZ 24.62 29.35 4.72 -
YUV 136.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 154 152 12 0 0.01 0.92 0.40 59.15 0.86 0.33
Hex 9A 98 C 0 1 5C 28 3B 56 21
Octal 232 230 14 0 1 134 50 73 126 41
Binary 10011010 10011000 1100 0 1 1011100 101000 111011 1010110 100001

Color Harmonies of #9A980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A980C

Black with #9A980C

Text Example


Text Example

White with #9A980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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