#A8BE7D

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

Shades of Caper #A8BE7D

Tints of Caper #A8BE7D

Color information

#A8BE7D (or 0xA8BE7D) is unknown color: approx Caper. HEX triplet: A8, BE and 7D. RGB value is (168,190,125). Sum of RGB (Red+Green+Blue) = 168+190+125=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BE7D is #574182. Grayscale: #B0B0B0. Windows color (decimal): -5718403 or 8240808. OLE color: 8240808.

HSL color Cylindrical-coordinate representation of color #A8BE7D: hue angle of 80.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8BE7D is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB168190125-
CMYK0.1200.340.25
HSL80.31º33.33%61.76%-
HSV(B)80.31º34.21%74.51%-
XYZ38.2646.6326.39-
YUV176.0199.21122.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 125 (49.22% from 255) = 25.88%
R=34.78%
G=39.34%
B=25.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901250.1200.340.2580.3133.3361.76
HexA8BE7DC0221950213e
Octal25027617514042311204176
Binary1010100010111110111110111000100010110011010000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BE7D; }

 p { color: rgb(168,190,125); }

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

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

 a { background-color: rgb(168,190,125); }

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

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

 span { border-color: rgb(168,190,125); }

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