#ABBD7F

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

Shades of Caper #ABBD7F

Tints of Caper #ABBD7F

Color information

#ABBD7F (or 0xABBD7F) is unknown color: approx Caper. HEX triplet: AB, BD and 7F. RGB value is (171,189,127). Sum of RGB (Red+Green+Blue) = 171+189+127=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD7F is #544280. Grayscale: #B0B0B0. Windows color (decimal): -5522049 or 8371627. OLE color: 8371627.

HSL color Cylindrical-coordinate representation of color #ABBD7F: hue angle of 77.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABBD7F is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB171189127-
CMYK0.1000.330.26
HSL77.42º31.96%61.96%-
HSV(B)77.42º32.8%74.12%-
XYZ38.8246.5927.02-
YUV176.55100.04124.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 189 (74.22% from 255) = 38.81%
BLUE value IS 127 (50% from 255) = 26.08%
R=35.11%
G=38.81%
B=26.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891270.1000.330.2677.4231.9661.96
HexABBD7FA0211A4d203e
Octal25327517712041321154076
Binary1010101110111101111111110100100001110101001101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD7F; }

 p { color: rgb(171,189,127); }

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

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

 a { background-color: rgb(171,189,127); }

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

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

 span { border-color: rgb(171,189,127); }

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