Html Css Color HEX #ABA215 Lucky

📋 copy color: '#ABA215'

red 171 ◦ green 162 ◦ blue 21

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

Shades of Lucky #ABA215

Tints of Lucky #ABA215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.93%

R = 48.31%
G = 45.76%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ABA215 (or 0xABA215) is known color: Lucky. HEX triplet: AB, A2 and 15. RGB value is (171,162,21). Sum of RGB (Red+Green+Blue) = 171+162+21=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA215 is #545DEA. Grayscale: #959595. Windows color (decimal): -5529067 or 1417899. OLE color: 1417899.

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

Color convert

RGB 171 162 21 -
CMYK 0 0.05 0.88 0.33
HSL 56.4º 0.78% 0.38% -
HSV(B) 56.4º 0.88% 0.67% -
XYZ 29.85 34.55 5.81 -
YUV 148.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 171 162 21 0 0.05 0.88 0.33 56.4 0.78 0.38
Hex AB A2 15 0 5 58 21 38 4E 26
Octal 253 242 25 0 5 130 41 70 116 46
Binary 10101011 10100010 10101 0 101 1011000 100001 111000 1001110 100110

Color Harmonies of #ABA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA215

Black with #ABA215

Text Example


Text Example

White with #ABA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA215; }

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

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

background-color css

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

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

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

border-color css

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

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

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