Html Css Color HEX #ABA812 Lucky

📋 copy color: '#ABA812'

red 171 ◦ green 168 ◦ blue 18

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

Shades of Lucky #ABA812

Tints of Lucky #ABA812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 47.9%
G = 47.06%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#ABA812 (or 0xABA812) is known color: Lucky. HEX triplet: AB, A8 and 12. RGB value is (171,168,18). Sum of RGB (Red+Green+Blue) = 171+168+18=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA812 is #5457ED. Grayscale: #989898. Windows color (decimal): -5527534 or 1222827. OLE color: 1222827.

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

Color convert

RGB 171 168 18 -
CMYK 0 0.02 0.89 0.33
HSL 58.82º 0.81% 0.37% -
HSV(B) 58.82º 0.89% 0.67% -
XYZ 30.91 36.71 6.03 -
YUV 151.8 52.49 141.7 -
System Red Green Blue C M Y K H S L
Decimal 171 168 18 0 0.02 0.89 0.33 58.82 0.81 0.37
Hex AB A8 12 0 2 59 21 3B 51 25
Octal 253 250 22 0 2 131 41 73 121 45
Binary 10101011 10101000 10010 0 10 1011001 100001 111011 1010001 100101

Color Harmonies of #ABA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA812

Black with #ABA812

Text Example


Text Example

White with #ABA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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