#AFC287

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

Shades of Caper #AFC287

Tints of Caper #AFC287

Color information

#AFC287 (or 0xAFC287) is unknown color: approx Caper. HEX triplet: AF, C2 and 87. RGB value is (175,194,135). Sum of RGB (Red+Green+Blue) = 175+194+135=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC287 is #503D78. Grayscale: #B5B5B5. Windows color (decimal): -5258617 or 8897199. OLE color: 8897199.

HSL color Cylindrical-coordinate representation of color #AFC287: hue angle of 79.32º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC287 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB175194135-
CMYK0.1000.300.24
HSL79.32º32.6%64.51%-
HSV(B)79.32º30.41%76.08%-
XYZ41.3449.4530.29-
YUV181.59101.71123.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=34.72%
G=38.49%
B=26.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941350.1000.300.2479.3232.664.51
HexAFC287A01E184f2141
Octal257302207120363011741101
Binary10101111110000101000011110100111101100010011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC287; }

 p { color: rgb(175,194,135); }

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

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

 a { background-color: rgb(175,194,135); }

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

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

 span { border-color: rgb(175,194,135); }

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