#ABD192

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

Shades of Feijoa #ABD192

Tints of Feijoa #ABD192

Color information

#ABD192 (or 0xABD192) is unknown color: approx Feijoa. HEX triplet: AB, D1 and 92. RGB value is (171,209,146). Sum of RGB (Red+Green+Blue) = 171+209+146=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD192 is #542E6D. Grayscale: #BEBEBE. Windows color (decimal): -5516910 or 9621931. OLE color: 9621931.

HSL color Cylindrical-coordinate representation of color #ABD192: hue angle of 96.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABD192 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB171209146-
CMYK0.1800.300.18
HSL96.19º40.65%69.61%-
HSV(B)96.19º30.14%81.96%-
XYZ44.7856.3335.71-
YUV190.46102.91114.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=32.51%
G=39.73%
B=27.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091460.1800.300.1896.1940.6569.61
HexABD1921201E12602946
Octal253321222220362214051106
Binary101010111101000110010010100100111101001011000001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD192; }

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

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

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

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

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

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

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

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