#ABD127

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

Shades of Bahia #ABD127

Tints of Bahia #ABD127

Color information

#ABD127 (or 0xABD127) is unknown color: approx Bahia. HEX triplet: AB, D1 and 27. RGB value is (171,209,39). Sum of RGB (Red+Green+Blue) = 171+209+39=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD127 is #542ED8. Grayscale: #B2B2B2. Windows color (decimal): -5517017 or 2609579. OLE color: 2609579.

HSL color Cylindrical-coordinate representation of color #ABD127: hue angle of 73.41º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABD127 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB17120939-
CMYK0.1800.810.18
HSL73.41º68.55%48.63%-
HSV(B)73.41º81.34%81.96%-
XYZ39.9654.4110.31-
YUV178.2649.41122.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 209 (82.03% from 255) = 49.88%
BLUE value IS 39 (15.62% from 255) = 9.31%
R=40.81%
G=49.88%
B=9.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171209390.1800.810.1873.4168.5548.63
HexABD1271205112494531
Octal253321472201212211110561
Binary101010111101000110011110010010100011001010010011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD127; }

 p { color: rgb(171,209,39); }

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

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

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

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

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

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

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