Html Css Color HEX #ABA50E Lucky

📋 copy color: '#ABA50E'

red 171 ◦ green 165 ◦ blue 14

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

Shades of Lucky #ABA50E

Tints of Lucky #ABA50E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.14%

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

R = 48.86%
G = 47.14%
B = 4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ABA50E (or 0xABA50E) is known color: Lucky. HEX triplet: AB, A5 and 0E. RGB value is (171,165,14). Sum of RGB (Red+Green+Blue) = 171+165+14=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 165 (64.84% from 255 or 47.14% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA50E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA50E is #545AF1. Grayscale: #969696. Windows color (decimal): -5528306 or 959915. OLE color: 959915.

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

Color convert

RGB 171 165 14 -
CMYK 0 0.04 0.92 0.33
HSL 57.71º 0.85% 0.36% -
HSV(B) 57.71º 0.92% 0.67% -
XYZ 30.33 35.6 5.69 -
YUV 149.58 51.49 143.28 -
System Red Green Blue C M Y K H S L
Decimal 171 165 14 0 0.04 0.92 0.33 57.71 0.85 0.36
Hex AB A5 E 0 4 5C 21 3A 55 24
Octal 253 245 16 0 4 134 41 72 125 44
Binary 10101011 10100101 1110 0 100 1011100 100001 111010 1010101 100100

Color Harmonies of #ABA50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA50E

Black with #ABA50E

Text Example


Text Example

White with #ABA50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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