Html Css Color HEX #ABA21C Lucky

📋 copy color: '#ABA21C'

red 171 ◦ green 162 ◦ blue 28

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

Shades of Lucky #ABA21C

Tints of Lucky #ABA21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.76%

R = 47.37%
G = 44.88%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#ABA21C (or 0xABA21C) is known color: Lucky. HEX triplet: AB, A2 and 1C. RGB value is (171,162,28). Sum of RGB (Red+Green+Blue) = 171+162+28=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA21C is #545DE3. Grayscale: #959595. Windows color (decimal): -5529060 or 1876651. OLE color: 1876651.

HSL color Cylindrical-coordinate representation of color #ABA21C: hue angle of 56.22º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABA21C is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 28 -
CMYK 0 0.05 0.84 0.33
HSL 56.22º 0.72% 0.39% -
HSV(B) 56.22º 0.84% 0.67% -
XYZ 29.92 34.58 6.2 -
YUV 149.42 59.48 143.4 -
System Red Green Blue C M Y K H S L
Decimal 171 162 28 0 0.05 0.84 0.33 56.22 0.72 0.39
Hex AB A2 1C 0 5 54 21 38 48 27
Octal 253 242 34 0 5 124 41 70 110 47
Binary 10101011 10100010 11100 0 101 1010100 100001 111000 1001000 100111

Color Harmonies of #ABA21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA21C

Black with #ABA21C

Text Example


Text Example

White with #ABA21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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