#ABD892

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

Shades of Feijoa #ABD892

Tints of Feijoa #ABD892

Color information

#ABD892 (or 0xABD892) is unknown color: approx Feijoa. HEX triplet: AB, D8 and 92. RGB value is (171,216,146). Sum of RGB (Red+Green+Blue) = 171+216+146=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD892 is #54276D. Grayscale: #C2C2C2. Windows color (decimal): -5515118 or 9623723. OLE color: 9623723.

HSL color Cylindrical-coordinate representation of color #ABD892: hue angle of 98.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABD892 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB171216146-
CMYK0.2100.320.15
HSL98.57º47.3%70.98%-
HSV(B)98.57º32.41%84.71%-
XYZ46.5459.8436.29-
YUV194.56100.59111.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 216 (84.77% from 255) = 40.53%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=32.08%
G=40.53%
B=27.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712161460.2100.320.1598.5747.370.98
HexABD89215020F632f47
Octal253330222250401714357107
Binary101010111101100010010010101010100000111111000111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD892; }

 p { color: rgb(171,216,146); }

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

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

 a { background-color: rgb(171,216,146); }

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

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

 span { border-color: rgb(171,216,146); }

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