#ABC518

Color #ABC518 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ABC518

Tints of Bahia #ABC518

Color information

#ABC518 (or 0xABC518) is unknown color: approx Bahia. HEX triplet: AB, C5 and 18. RGB value is (171,197,24). Sum of RGB (Red+Green+Blue) = 171+197+24=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC518 is #543AE7. Grayscale: #AAAAAA. Windows color (decimal): -5520104 or 1623467. OLE color: 1623467.

HSL color Cylindrical-coordinate representation of color #ABC518: hue angle of 69.02º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABC518 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB17119724-
CMYK0.1300.880.23
HSL69.02º78.28%43.33%-
HSV(B)69.02º87.82%77.25%-
XYZ36.9348.668.31-
YUV169.545.89129.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 197 (77.34% from 255) = 50.26%
BLUE value IS 24 (9.77% from 255) = 6.12%
R=43.62%
G=50.26%
B=6.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171197240.1300.880.2369.0278.2843.33
HexABC518D05817454e2b
Octal253305301501302710511653
Binary1010101111000101110001101010110001011110001011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC518; }

 p { color: rgb(171,197,24); }

 H1.HeaderClassName
 {
   color: #ABC518;
 }
 .AnyTagClassName
 {
   color: #ABC518;
 }
</style>
background-color css

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

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

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

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

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

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