#A7BB80

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

Shades of Caper #A7BB80

Tints of Caper #A7BB80

Color information

#A7BB80 (or 0xA7BB80) is unknown color: approx Caper. HEX triplet: A7, BB and 80. RGB value is (167,187,128). Sum of RGB (Red+Green+Blue) = 167+187+128=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BB80 is #58447F. Grayscale: #AEAEAE. Windows color (decimal): -5784704 or 8436647. OLE color: 8436647.

HSL color Cylindrical-coordinate representation of color #A7BB80: hue angle of 80.34º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7BB80 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB167187128-
CMYK0.1100.320.27
HSL80.34º30.26%61.76%-
HSV(B)80.34º31.55%73.33%-
XYZ37.645.3127.19-
YUV174.29101.87122.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=34.65%
G=38.80%
B=26.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671871280.1100.320.2780.3430.2661.76
HexA7BB80B0201B501e3e
Octal24727320013040331203676
Binary1010011110111011100000001011010000011011101000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BB80; }

 p { color: rgb(167,187,128); }

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

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

 a { background-color: rgb(167,187,128); }

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

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

 span { border-color: rgb(167,187,128); }

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