Html Css Color HEX #ABA000 Lucky

📋 copy color: '#ABA000'

red 171 ◦ green 160 ◦ blue 0

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

Shades of Lucky #ABA000

Tints of Lucky #ABA000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.34%

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

R = 51.66%
G = 48.34%
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

#ABA000 (or 0xABA000) is known color: Lucky. HEX triplet: AB, A0 and 00. RGB value is (171,160,0). Sum of RGB (Red+Green+Blue) = 171+160+0=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA000 is #545FFF. Grayscale: #919191. Windows color (decimal): -5529600 or 41131. OLE color: 41131.

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

Color convert

RGB 171 160 0 -
CMYK 0 0.06 1 0.33
HSL 56.14º 1% 0.34% -
HSV(B) 56.14º 1% 0.67% -
XYZ 29.37 33.8 4.98 -
YUV 145.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 171 160 0 0 0.06 1 0.33 56.14 1 0.34
Hex AB A0 0 0 6 64 21 38 64 22
Octal 253 240 0 0 6 144 41 70 144 42
Binary 10101011 10100000 0 0 110 1100100 100001 111000 1100100 100010

Color Harmonies of #ABA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA000

Black with #ABA000

Text Example


Text Example

White with #ABA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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