Html Css Color HEX #ABA218 Lucky

📋 copy color: '#ABA218'

red 171 ◦ green 162 ◦ blue 24

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

Shades of Lucky #ABA218

Tints of Lucky #ABA218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.38%

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

R = 47.9%
G = 45.38%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#ABA218 (or 0xABA218) is known color: Lucky. HEX triplet: AB, A2 and 18. RGB value is (171,162,24). Sum of RGB (Red+Green+Blue) = 171+162+24=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA218 is #545DE7. Grayscale: #959595. Windows color (decimal): -5529064 or 1614507. OLE color: 1614507.

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

Color convert

RGB 171 162 24 -
CMYK 0 0.05 0.86 0.33
HSL 56.33º 0.75% 0.38% -
HSV(B) 56.33º 0.86% 0.67% -
XYZ 29.88 34.56 5.96 -
YUV 148.96 57.48 143.72 -
System Red Green Blue C M Y K H S L
Decimal 171 162 24 0 0.05 0.86 0.33 56.33 0.75 0.38
Hex AB A2 18 0 5 56 21 38 4B 26
Octal 253 242 30 0 5 126 41 70 113 46
Binary 10101011 10100010 11000 0 101 1010110 100001 111000 1001011 100110

Color Harmonies of #ABA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA218

Black with #ABA218

Text Example


Text Example

White with #ABA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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