#ABBC83

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

Shades of Caper #ABBC83

Tints of Caper #ABBC83

Color information

#ABBC83 (or 0xABBC83) is unknown color: approx Caper. HEX triplet: AB, BC and 83. RGB value is (171,188,131). Sum of RGB (Red+Green+Blue) = 171+188+131=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC83 is #54437C. Grayscale: #B0B0B0. Windows color (decimal): -5522301 or 8633515. OLE color: 8633515.

HSL color Cylindrical-coordinate representation of color #ABBC83: hue angle of 77.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABBC83 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB171188131-
CMYK0.0900.300.26
HSL77.89º29.84%62.55%-
HSV(B)77.89º30.32%73.73%-
XYZ38.8746.2628.35-
YUV176.42102.37124.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=34.90%
G=38.37%
B=26.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881310.0900.300.2677.8929.8462.55
HexABBC83901E1A4e1e3f
Octal25327420311036321163677
Binary101010111011110010000011100101111011010100111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC83; }

 p { color: rgb(171,188,131); }

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

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

 a { background-color: rgb(171,188,131); }

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

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

 span { border-color: rgb(171,188,131); }

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