Html Css Color HEX #ABA41E Lucky

📋 copy color: '#ABA41E'

red 171 ◦ green 164 ◦ blue 30

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

Shades of Lucky #ABA41E

Tints of Lucky #ABA41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.22%

R = 46.85%
G = 44.93%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#ABA41E (or 0xABA41E) is known color: Lucky. HEX triplet: AB, A4 and 1E. RGB value is (171,164,30). Sum of RGB (Red+Green+Blue) = 171+164+30=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA41E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA41E is #545BE1. Grayscale: #979797. Windows color (decimal): -5528546 or 2008235. OLE color: 2008235.

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

Color convert

RGB 171 164 30 -
CMYK 0 0.04 0.82 0.33
HSL 57.02º 0.7% 0.39% -
HSV(B) 57.02º 0.82% 0.67% -
XYZ 30.3 35.3 6.45 -
YUV 150.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 171 164 30 0 0.04 0.82 0.33 57.02 0.7 0.39
Hex AB A4 1E 0 4 52 21 39 46 27
Octal 253 244 36 0 4 122 41 71 106 47
Binary 10101011 10100100 11110 0 100 1010010 100001 111001 1000110 100111

Color Harmonies of #ABA41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA41E

Black with #ABA41E

Text Example


Text Example

White with #ABA41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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