Html Css Color HEX #ABA41A Lucky

📋 copy color: '#ABA41A'

red 171 ◦ green 164 ◦ blue 26

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

Shades of Lucky #ABA41A

Tints of Lucky #ABA41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.43%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 47.37%
G = 45.43%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#ABA41A (or 0xABA41A) is known color: Lucky. HEX triplet: AB, A4 and 1A. RGB value is (171,164,26). Sum of RGB (Red+Green+Blue) = 171+164+26=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA41A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA41A is #545BE5. Grayscale: #969696. Windows color (decimal): -5528550 or 1746091. OLE color: 1746091.

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

Color convert

RGB 171 164 26 -
CMYK 0 0.04 0.85 0.33
HSL 57.1º 0.74% 0.39% -
HSV(B) 57.1º 0.85% 0.67% -
XYZ 30.26 35.28 6.19 -
YUV 150.36 57.82 142.72 -
System Red Green Blue C M Y K H S L
Decimal 171 164 26 0 0.04 0.85 0.33 57.1 0.74 0.39
Hex AB A4 1A 0 4 55 21 39 4A 27
Octal 253 244 32 0 4 125 41 71 112 47
Binary 10101011 10100100 11010 0 100 1010101 100001 111001 1001010 100111

Color Harmonies of #ABA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA41A

Black with #ABA41A

Text Example


Text Example

White with #ABA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA41A; }

 p { color: rgb(171,164,26); }

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

background-color css

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

 a { background-color: rgb(171,164,26); }

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

border-color css

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

 span { border-color: rgb(171,164,26); }

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