Html Css Color HEX #ABA80C Lucky

📋 copy color: '#ABA80C'

red 171 ◦ green 168 ◦ blue 12

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

Shades of Lucky #ABA80C

Tints of Lucky #ABA80C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.86%

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

R = 48.72%
G = 47.86%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#ABA80C (or 0xABA80C) is known color: Lucky. HEX triplet: AB, A8 and 0C. RGB value is (171,168,12). Sum of RGB (Red+Green+Blue) = 171+168+12=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA80C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA80C is #5457F3. Grayscale: #979797. Windows color (decimal): -5527540 or 829611. OLE color: 829611.

HSL color Cylindrical-coordinate representation of color #ABA80C: hue angle of 58.87º 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 #ABA80C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 12 -
CMYK 0 0.02 0.93 0.33
HSL 58.87º 0.87% 0.36% -
HSV(B) 58.87º 0.93% 0.67% -
XYZ 30.86 36.69 5.8 -
YUV 151.11 49.49 142.18 -
System Red Green Blue C M Y K H S L
Decimal 171 168 12 0 0.02 0.93 0.33 58.87 0.87 0.36
Hex AB A8 C 0 2 5D 21 3B 57 24
Octal 253 250 14 0 2 135 41 73 127 44
Binary 10101011 10101000 1100 0 10 1011101 100001 111011 1010111 100100

Color Harmonies of #ABA80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA80C

Black with #ABA80C

Text Example


Text Example

White with #ABA80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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