Html Css Color HEX #ABAB13 Lucky

📋 copy color: '#ABAB13'

red 171 ◦ green 171 ◦ blue 19

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

Shades of Lucky #ABAB13

Tints of Lucky #ABAB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 47.37%
G = 47.37%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#ABAB13 (or 0xABAB13) is known color: Lucky. HEX triplet: AB, AB and 13. RGB value is (171,171,19). Sum of RGB (Red+Green+Blue) = 171+171+19=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAB13 is #5454EC. Grayscale: #9A9A9A. Windows color (decimal): -5526765 or 1289131. OLE color: 1289131.

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

Color convert

RGB 171 171 19 -
CMYK 0 0 0.89 0.33
HSL 60º 0.8% 0.37% -
HSV(B) 60º 0.89% 0.67% -
XYZ 31.48 37.83 6.26 -
YUV 153.67 52 140.36 -
System Red Green Blue C M Y K H S L
Decimal 171 171 19 0 0 0.89 0.33 60 0.8 0.37
Hex AB AB 13 0 0 59 21 3C 50 25
Octal 253 253 23 0 0 131 41 74 120 45
Binary 10101011 10101011 10011 0 0 1011001 100001 111100 1010000 100101

Color Harmonies of #ABAB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB13

Black with #ABAB13

Text Example


Text Example

White with #ABAB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB13; }

 p { color: rgb(171,171,19); }

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

background-color css

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

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

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

border-color css

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

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

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