Html Css Color HEX #ABA80D Lucky

📋 copy color: '#ABA80D'

red 171 ◦ green 168 ◦ blue 13

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

Shades of Lucky #ABA80D

Tints of Lucky #ABA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.73%

 BLUE value IS 13 (5.47% from 255) = 3.69%

R = 48.58%
G = 47.73%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ABA80D (or 0xABA80D) is known color: Lucky. HEX triplet: AB, A8 and 0D. RGB value is (171,168,13). Sum of RGB (Red+Green+Blue) = 171+168+13=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA80D is #5457F2. Grayscale: #979797. Windows color (decimal): -5527539 or 895147. OLE color: 895147.

HSL color Cylindrical-coordinate representation of color #ABA80D: hue angle of 58.86º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABA80D is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 13 -
CMYK 0 0.02 0.92 0.33
HSL 58.86º 0.86% 0.36% -
HSV(B) 58.86º 0.92% 0.67% -
XYZ 30.87 36.69 5.84 -
YUV 151.23 49.99 142.1 -
System Red Green Blue C M Y K H S L
Decimal 171 168 13 0 0.02 0.92 0.33 58.86 0.86 0.36
Hex AB A8 D 0 2 5C 21 3B 56 24
Octal 253 250 15 0 2 134 41 73 126 44
Binary 10101011 10101000 1101 0 10 1011100 100001 111011 1010110 100100

Color Harmonies of #ABA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA80D

Black with #ABA80D

Text Example


Text Example

White with #ABA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA80D; }

 p { color: rgb(171,168,13); }

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

background-color css

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

 a { background-color: rgb(171,168,13); }

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

border-color css

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

 span { border-color: rgb(171,168,13); }

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