Html Css Color HEX #ABA201 Lucky

📋 copy color: '#ABA201'

red 171 ◦ green 162 ◦ blue 1

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

Shades of Lucky #ABA201

Tints of Lucky #ABA201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 51.2%
G = 48.5%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ABA201 (or 0xABA201) is known color: Lucky. HEX triplet: AB, A2 and 01. RGB value is (171,162,1). Sum of RGB (Red+Green+Blue) = 171+162+1=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA201 is #545DFE. Grayscale: #929292. Windows color (decimal): -5529087 or 107179. OLE color: 107179.

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

Color convert

RGB 171 162 1 -
CMYK 0 0.05 0.99 0.33
HSL 56.82º 0.99% 0.34% -
HSV(B) 56.82º 0.99% 0.67% -
XYZ 29.72 34.5 5.12 -
YUV 146.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 171 162 1 0 0.05 0.99 0.33 56.82 0.99 0.34
Hex AB A2 1 0 5 63 21 39 63 22
Octal 253 242 1 0 5 143 41 71 143 42
Binary 10101011 10100010 1 0 101 1100011 100001 111001 1100011 100010

Color Harmonies of #ABA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA201

Black with #ABA201

Text Example


Text Example

White with #ABA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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