Html Css Color HEX #AB980C Lucky

📋 copy color: '#AB980C'

red 171 ◦ green 152 ◦ blue 12

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

Shades of Lucky #AB980C

Tints of Lucky #AB980C

RGB

 RED value IS 171 (67.19% from 255) = 51.04%

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

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

R = 51.04%
G = 45.37%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB980C (or 0xAB980C) is known color: Lucky. HEX triplet: AB, 98 and 0C. RGB value is (171,152,12). Sum of RGB (Red+Green+Blue) = 171+152+12=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB980C is #5467F3. Grayscale: #8E8E8E. Windows color (decimal): -5531636 or 825515. OLE color: 825515.

HSL color Cylindrical-coordinate representation of color #AB980C: hue angle of 52.83º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB980C is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 152 12 -
CMYK 0 0.11 0.93 0.33
HSL 52.83º 0.87% 0.36% -
HSV(B) 52.83º 0.93% 0.67% -
XYZ 28.09 31.14 4.88 -
YUV 141.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 171 152 12 0 0.11 0.93 0.33 52.83 0.87 0.36
Hex AB 98 C 0 B 5D 21 35 57 24
Octal 253 230 14 0 13 135 41 65 127 44
Binary 10101011 10011000 1100 0 1011 1011101 100001 110101 1010111 100100

Color Harmonies of #AB980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB980C

Black with #AB980C

Text Example


Text Example

White with #AB980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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