#ABBF84

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

Shades of Caper #ABBF84

Tints of Caper #ABBF84

Color information

#ABBF84 (or 0xABBF84) is unknown color: approx Caper. HEX triplet: AB, BF and 84. RGB value is (171,191,132). Sum of RGB (Red+Green+Blue) = 171+191+132=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF84 is #54407B. Grayscale: #B2B2B2. Windows color (decimal): -5521532 or 8699819. OLE color: 8699819.

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

Color convert

RGB171191132-
CMYK0.1000.310.25
HSL80.34º31.55%63.33%-
HSV(B)80.34º30.89%74.9%-
XYZ39.5947.5928.93-
YUV178.29101.87122.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=34.62%
G=38.66%
B=26.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911320.1000.310.2580.3431.5563.33
HexABBF84A01F1950203f
Octal25327720412037311204077
Binary1010101110111111100001001010011111110011010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF84; }

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

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

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

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

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

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

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

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