#A7BB83

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

Shades of Caper #A7BB83

Tints of Caper #A7BB83

Color information

#A7BB83 (or 0xA7BB83) is unknown color: approx Caper. HEX triplet: A7, BB and 83. RGB value is (167,187,131). Sum of RGB (Red+Green+Blue) = 167+187+131=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BB83 is #58447C. Grayscale: #AEAEAE. Windows color (decimal): -5784701 or 8633255. OLE color: 8633255.

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

Color convert

RGB167187131-
CMYK0.1100.300.27
HSL81.43º29.17%62.35%-
HSV(B)81.43º29.95%73.33%-
XYZ37.845.3928.24-
YUV174.64103.37122.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=34.43%
G=38.56%
B=27.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671871310.1100.300.2781.4329.1762.35
HexA7BB83B01E1B511d3e
Octal24727320313036331213576
Binary101001111011101110000011101101111011011101000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BB83; }

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

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

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

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

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

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

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

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