#ABBF6B

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

Shades of Caper #ABBF6B

Tints of Caper #ABBF6B

Color information

#ABBF6B (or 0xABBF6B) is unknown color: approx Caper. HEX triplet: AB, BF and 6B. RGB value is (171,191,107). Sum of RGB (Red+Green+Blue) = 171+191+107=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBF6B is #544094. Grayscale: #AFAFAF. Windows color (decimal): -5521557 or 7061419. OLE color: 7061419.

HSL color Cylindrical-coordinate representation of color #ABBF6B: hue angle of 74.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABBF6B is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB171191107-
CMYK0.1000.440.25
HSL74.29º39.62%58.43%-
HSV(B)74.29º43.98%74.9%-
XYZ38.0846.9820.97-
YUV175.4489.37124.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 107 (42.19% from 255) = 22.81%
R=36.46%
G=40.72%
B=22.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911070.1000.440.2574.2939.6258.43
HexABBF6BA02C194a283a
Octal25327715312054311125072
Binary1010101110111111110101110100101100110011001010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF6B; }

 p { color: rgb(171,191,107); }

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

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

 a { background-color: rgb(171,191,107); }

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

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

 span { border-color: rgb(171,191,107); }

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