#ABDB85

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

Shades of Feijoa #ABDB85

Tints of Feijoa #ABDB85

Color information

#ABDB85 (or 0xABDB85) is unknown color: approx Feijoa. HEX triplet: AB, DB and 85. RGB value is (171,219,133). Sum of RGB (Red+Green+Blue) = 171+219+133=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB85 is #54247A. Grayscale: #C3C3C3. Windows color (decimal): -5514363 or 8772523. OLE color: 8772523.

HSL color Cylindrical-coordinate representation of color #ABDB85: hue angle of 93.49º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABDB85 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB171219133-
CMYK0.2200.390.14
HSL93.49º54.43%69.02%-
HSV(B)93.49º39.27%85.88%-
XYZ46.3661.0131.52-
YUV194.8493.1110.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 133 (52.34% from 255) = 25.43%
R=32.70%
G=41.87%
B=25.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712191330.2200.390.1493.4954.4369.02
HexABDB8516027E5d3645
Octal253333205260471613566105
Binary101010111101101110000101101100100111111010111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDB85; }

 p { color: rgb(171,219,133); }

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

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

 a { background-color: rgb(171,219,133); }

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

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

 span { border-color: rgb(171,219,133); }

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