Html Css Color HEX #ABA918 Lucky

📋 copy color: '#ABA918'

red 171 ◦ green 169 ◦ blue 24

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

Shades of Lucky #ABA918

Tints of Lucky #ABA918

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.43%

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

R = 46.98%
G = 46.43%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#ABA918 (or 0xABA918) is known color: Lucky. HEX triplet: AB, A9 and 18. RGB value is (171,169,24). Sum of RGB (Red+Green+Blue) = 171+169+24=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA918 is #5456E7. Grayscale: #999999. Windows color (decimal): -5527272 or 1616299. OLE color: 1616299.

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

Color convert

RGB 171 169 24 -
CMYK 0 0.01 0.86 0.33
HSL 59.18º 0.75% 0.38% -
HSV(B) 59.18º 0.86% 0.67% -
XYZ 31.15 37.1 6.38 -
YUV 153.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 171 169 24 0 0.01 0.86 0.33 59.18 0.75 0.38
Hex AB A9 18 0 1 56 21 3B 4B 26
Octal 253 251 30 0 1 126 41 73 113 46
Binary 10101011 10101001 11000 0 1 1010110 100001 111011 1001011 100110

Color Harmonies of #ABA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA918

Black with #ABA918

Text Example


Text Example

White with #ABA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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