Html Css Color HEX #ABA212 Lucky

📋 copy color: '#ABA212'

red 171 ◦ green 162 ◦ blue 18

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

Shades of Lucky #ABA212

Tints of Lucky #ABA212

RGB

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

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

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

R = 48.72%
G = 46.15%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#ABA212 (or 0xABA212) is known color: Lucky. HEX triplet: AB, A2 and 12. RGB value is (171,162,18). Sum of RGB (Red+Green+Blue) = 171+162+18=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA212 is #545DED. Grayscale: #949494. Windows color (decimal): -5529070 or 1221291. OLE color: 1221291.

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

Color convert

RGB 171 162 18 -
CMYK 0 0.05 0.89 0.33
HSL 56.47º 0.81% 0.37% -
HSV(B) 56.47º 0.89% 0.67% -
XYZ 29.82 34.54 5.67 -
YUV 148.28 54.48 144.21 -
System Red Green Blue C M Y K H S L
Decimal 171 162 18 0 0.05 0.89 0.33 56.47 0.81 0.37
Hex AB A2 12 0 5 59 21 38 51 25
Octal 253 242 22 0 5 131 41 70 121 45
Binary 10101011 10100010 10010 0 101 1011001 100001 111000 1010001 100101

Color Harmonies of #ABA212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA212

Black with #ABA212

Text Example


Text Example

White with #ABA212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA212; }

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

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

background-color css

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

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

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

border-color css

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

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

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