#ABC531

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

Shades of Bahia #ABC531

Tints of Bahia #ABC531

Color information

#ABC531 (or 0xABC531) is unknown color: approx Bahia. HEX triplet: AB, C5 and 31. RGB value is (171,197,49). Sum of RGB (Red+Green+Blue) = 171+197+49=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC531 is #543ACE. Grayscale: #ACACAC. Windows color (decimal): -5520079 or 3261867. OLE color: 3261867.

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

Color convert

RGB17119749-
CMYK0.1300.750.23
HSL70.54º60.16%48.24%-
HSV(B)70.54º75.13%77.25%-
XYZ37.3248.8110.36-
YUV172.3558.39127.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 197 (77.34% from 255) = 47.24%
BLUE value IS 49 (19.53% from 255) = 11.75%
R=41.01%
G=47.24%
B=11.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171197490.1300.750.2370.5460.1648.24
HexABC531D04B17473c30
Octal25330561150113271077460
Binary1010101111000101110001110101001011101111000111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC531; }

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

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

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

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

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

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

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

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