Html Css Color HEX #ABA80E Lucky

📋 copy color: '#ABA80E'

red 171 ◦ green 168 ◦ blue 14

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

Shades of Lucky #ABA80E

Tints of Lucky #ABA80E

RGB

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

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

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

R = 48.44%
G = 47.59%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ABA80E (or 0xABA80E) is known color: Lucky. HEX triplet: AB, A8 and 0E. RGB value is (171,168,14). Sum of RGB (Red+Green+Blue) = 171+168+14=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA80E is #5457F1. Grayscale: #979797. Windows color (decimal): -5527538 or 960683. OLE color: 960683.

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

Color convert

RGB 171 168 14 -
CMYK 0 0.02 0.92 0.33
HSL 58.85º 0.85% 0.36% -
HSV(B) 58.85º 0.92% 0.67% -
XYZ 30.88 36.69 5.87 -
YUV 151.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 171 168 14 0 0.02 0.92 0.33 58.85 0.85 0.36
Hex AB A8 E 0 2 5C 21 3B 55 24
Octal 253 250 16 0 2 134 41 73 125 44
Binary 10101011 10101000 1110 0 10 1011100 100001 111011 1010101 100100

Color Harmonies of #ABA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA80E

Black with #ABA80E

Text Example


Text Example

White with #ABA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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