#A8BF73

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

Shades of Caper #A8BF73

Tints of Caper #A8BF73

Color information

#A8BF73 (or 0xA8BF73) is unknown color: approx Caper. HEX triplet: A8, BF and 73. RGB value is (168,191,115). Sum of RGB (Red+Green+Blue) = 168+191+115=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BF73 is #57408C. Grayscale: #AFAFAF. Windows color (decimal): -5718157 or 7585704. OLE color: 7585704.

HSL color Cylindrical-coordinate representation of color #A8BF73: hue angle of 78.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8BF73 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB168191115-
CMYK0.1200.400.25
HSL78.16º37.25%60%-
HSV(B)78.16º39.79%74.9%-
XYZ37.8746.8223.26-
YUV175.4693.88122.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 191 (75% from 255) = 40.30%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=35.44%
G=40.30%
B=24.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911150.1200.400.2578.1637.2560
HexA8BF73C028194e253c
Octal25027716314050311164574
Binary1010100010111111111001111000101000110011001110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF73; }

 p { color: rgb(168,191,115); }

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

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

 a { background-color: rgb(168,191,115); }

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

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

 span { border-color: rgb(168,191,115); }

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