#ABB770

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

Shades of Caper #ABB770

Tints of Caper #ABB770

Color information

#ABB770 (or 0xABB770) is unknown color: approx Caper. HEX triplet: AB, B7 and 70. RGB value is (171,183,112). Sum of RGB (Red+Green+Blue) = 171+183+112=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB770 is #54488F. Grayscale: #ABABAB. Windows color (decimal): -5523600 or 7387051. OLE color: 7387051.

HSL color Cylindrical-coordinate representation of color #ABB770: hue angle of 70.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABB770 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB171183112-
CMYK0.0700.390.28
HSL70.14º33.02%57.84%-
HSV(B)70.14º38.8%71.76%-
XYZ36.6543.6921.83-
YUV171.3294.52127.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 183 (71.88% from 255) = 39.27%
BLUE value IS 112 (44.14% from 255) = 24.03%
R=36.70%
G=39.27%
B=24.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711831120.0700.390.2870.1433.0257.84
HexABB77070271C46213a
Octal2532671607047341064172
Binary101010111011011111100001110100111111001000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB770; }

 p { color: rgb(171,183,112); }

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

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

 a { background-color: rgb(171,183,112); }

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

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

 span { border-color: rgb(171,183,112); }

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