Html Css Color HEX #ABA61C Lucky

📋 copy color: '#ABA61C'

red 171 ◦ green 166 ◦ blue 28

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

Shades of Lucky #ABA61C

Tints of Lucky #ABA61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.48%

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

R = 46.85%
G = 45.48%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#ABA61C (or 0xABA61C) is known color: Lucky. HEX triplet: AB, A6 and 1C. RGB value is (171,166,28). Sum of RGB (Red+Green+Blue) = 171+166+28=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA61C is #5459E3. Grayscale: #989898. Windows color (decimal): -5528036 or 1877675. OLE color: 1877675.

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

Color convert

RGB 171 166 28 -
CMYK 0 0.03 0.84 0.33
HSL 57.9º 0.72% 0.39% -
HSV(B) 57.9º 0.84% 0.67% -
XYZ 30.64 36.01 6.44 -
YUV 151.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 171 166 28 0 0.03 0.84 0.33 57.9 0.72 0.39
Hex AB A6 1C 0 3 54 21 3A 48 27
Octal 253 246 34 0 3 124 41 72 110 47
Binary 10101011 10100110 11100 0 11 1010100 100001 111010 1001000 100111

Color Harmonies of #ABA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA61C

Black with #ABA61C

Text Example


Text Example

White with #ABA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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