#ABD21B

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

Shades of Bahia #ABD21B

Tints of Bahia #ABD21B

Color information

#ABD21B (or 0xABD21B) is unknown color: approx Bahia. HEX triplet: AB, D2 and 1B. RGB value is (171,210,27). Sum of RGB (Red+Green+Blue) = 171+210+27=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD21B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD21B is #542DE4. Grayscale: #B2B2B2. Windows color (decimal): -5516773 or 1823403. OLE color: 1823403.

HSL color Cylindrical-coordinate representation of color #ABD21B: hue angle of 72.79º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABD21B is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB17121027-
CMYK0.1900.870.18
HSL72.79º77.22%46.47%-
HSV(B)72.79º87.14%82.35%-
XYZ40.0454.839.51-
YUV177.4843.08123.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 210 (82.42% from 255) = 51.47%
BLUE value IS 27 (10.94% from 255) = 6.62%
R=41.91%
G=51.47%
B=6.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal171210270.1900.870.1872.7977.2246.47
HexABD21B1305712494d2e
Octal253322332301272211111556
Binary10101011110100101101110011010101111001010010011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD21B; }

 p { color: rgb(171,210,27); }

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

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

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

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

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

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

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