#ABBB72

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

Shades of Caper #ABBB72

Tints of Caper #ABBB72

Color information

#ABBB72 (or 0xABBB72) is unknown color: approx Caper. HEX triplet: AB, BB and 72. RGB value is (171,187,114). Sum of RGB (Red+Green+Blue) = 171+187+114=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB72 is #54448D. Grayscale: #AEAEAE. Windows color (decimal): -5522574 or 7519147. OLE color: 7519147.

HSL color Cylindrical-coordinate representation of color #ABBB72: hue angle of 73.15º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABBB72 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB171187114-
CMYK0.0900.390.27
HSL73.15º34.93%59.02%-
HSV(B)73.15º39.04%73.33%-
XYZ37.645.4122.7-
YUV173.8994.2125.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=36.23%
G=39.62%
B=24.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871140.0900.390.2773.1534.9359.02
HexABBB7290271B49233b
Octal25327316211047331114373
Binary1010101110111011111001010010100111110111001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB72; }

 p { color: rgb(171,187,114); }

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

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

 a { background-color: rgb(171,187,114); }

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

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

 span { border-color: rgb(171,187,114); }

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