#ABD325

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

Shades of Bahia #ABD325

Tints of Bahia #ABD325

Color information

#ABD325 (or 0xABD325) is unknown color: approx Bahia. HEX triplet: AB, D3 and 25. RGB value is (171,211,37). Sum of RGB (Red+Green+Blue) = 171+211+37=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 211 (82.81% from 255 or 50.36% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD325 is #542CDA. Grayscale: #B3B3B3. Windows color (decimal): -5516507 or 2479019. OLE color: 2479019.

HSL color Cylindrical-coordinate representation of color #ABD325: hue angle of 73.79º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABD325 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB17121137-
CMYK0.1900.820.17
HSL73.79º70.16%48.63%-
HSV(B)73.79º82.46%82.75%-
XYZ40.4255.3810.31-
YUV179.247.75122.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 211 (82.81% from 255) = 50.36%
BLUE value IS 37 (14.84% from 255) = 8.83%
R=40.81%
G=50.36%
B=8.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171211370.1900.820.1773.7970.1648.63
HexABD32513052114a4631
Octal253323452301222111210661
Binary101010111101001110010110011010100101000110010101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD325; }

 p { color: rgb(171,211,37); }

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

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

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

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

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

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

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