Html Css Color HEX #ABA41C Lucky

📋 copy color: '#ABA41C'

red 171 ◦ green 164 ◦ blue 28

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

Shades of Lucky #ABA41C

Tints of Lucky #ABA41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 47.11%
G = 45.18%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#ABA41C (or 0xABA41C) is known color: Lucky. HEX triplet: AB, A4 and 1C. RGB value is (171,164,28). Sum of RGB (Red+Green+Blue) = 171+164+28=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA41C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA41C is #545BE3. Grayscale: #979797. Windows color (decimal): -5528548 or 1877163. OLE color: 1877163.

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

Color convert

RGB 171 164 28 -
CMYK 0 0.04 0.84 0.33
HSL 57.06º 0.72% 0.39% -
HSV(B) 57.06º 0.84% 0.67% -
XYZ 30.28 35.29 6.31 -
YUV 150.59 58.82 142.56 -
System Red Green Blue C M Y K H S L
Decimal 171 164 28 0 0.04 0.84 0.33 57.06 0.72 0.39
Hex AB A4 1C 0 4 54 21 39 48 27
Octal 253 244 34 0 4 124 41 71 110 47
Binary 10101011 10100100 11100 0 100 1010100 100001 111001 1001000 100111

Color Harmonies of #ABA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA41C

Black with #ABA41C

Text Example


Text Example

White with #ABA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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