Html Css Color HEX #ABA618 Lucky

📋 copy color: '#ABA618'

red 171 ◦ green 166 ◦ blue 24

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

Shades of Lucky #ABA618

Tints of Lucky #ABA618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.65%

R = 47.37%
G = 45.98%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#ABA618 (or 0xABA618) is known color: Lucky. HEX triplet: AB, A6 and 18. RGB value is (171,166,24). Sum of RGB (Red+Green+Blue) = 171+166+24=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA618 is #5459E7. Grayscale: #979797. Windows color (decimal): -5528040 or 1615531. OLE color: 1615531.

HSL color Cylindrical-coordinate representation of color #ABA618: hue angle of 57.96º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABA618 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 24 -
CMYK 0 0.03 0.86 0.33
HSL 57.96º 0.75% 0.38% -
HSV(B) 57.96º 0.86% 0.67% -
XYZ 30.6 36 6.2 -
YUV 151.31 56.16 142.05 -
System Red Green Blue C M Y K H S L
Decimal 171 166 24 0 0.03 0.86 0.33 57.96 0.75 0.38
Hex AB A6 18 0 3 56 21 3A 4B 26
Octal 253 246 30 0 3 126 41 72 113 46
Binary 10101011 10100110 11000 0 11 1010110 100001 111010 1001011 100110

Color Harmonies of #ABA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA618

Black with #ABA618

Text Example


Text Example

White with #ABA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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