Html Css Color HEX #ABA100 Lucky

📋 copy color: '#ABA100'

red 171 ◦ green 161 ◦ blue 0

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

Shades of Lucky #ABA100

Tints of Lucky #ABA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.51%
G = 48.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#ABA100 (or 0xABA100) is known color: Lucky. HEX triplet: AB, A1 and 00. RGB value is (171,161,0). Sum of RGB (Red+Green+Blue) = 171+161+0=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA100 is #545EFF. Grayscale: #929292. Windows color (decimal): -5529344 or 41387. OLE color: 41387.

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

Color convert

RGB 171 161 0 -
CMYK 0 0.06 1 0.33
HSL 56.49º 1% 0.34% -
HSV(B) 56.49º 1% 0.67% -
XYZ 29.54 34.15 5.03 -
YUV 145.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 171 161 0 0 0.06 1 0.33 56.49 1 0.34
Hex AB A1 0 0 6 64 21 38 64 22
Octal 253 241 0 0 6 144 41 70 144 42
Binary 10101011 10100001 0 0 110 1100100 100001 111000 1100100 100010

Color Harmonies of #ABA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA100

Black with #ABA100

Text Example


Text Example

White with #ABA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA100; }

 p { color: rgb(171,161,0); }

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

background-color css

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

 a { background-color: rgb(171,161,0); }

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

border-color css

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

 span { border-color: rgb(171,161,0); }

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