#AFC883

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

Shades of Caper #AFC883

Tints of Caper #AFC883

Color information

#AFC883 (or 0xAFC883) is unknown color: approx Caper. HEX triplet: AF, C8 and 83. RGB value is (175,200,131). Sum of RGB (Red+Green+Blue) = 175+200+131=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC883 is #50377C. Grayscale: #B8B8B8. Windows color (decimal): -5257085 or 8636591. OLE color: 8636591.

HSL color Cylindrical-coordinate representation of color #AFC883: hue angle of 81.74º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFC883 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB175200131-
CMYK0.1200.340.22
HSL81.74º38.55%64.9%-
HSV(B)81.74º34.5%78.43%-
XYZ42.4352.0629.29-
YUV184.6697.72121.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=34.58%
G=39.53%
B=25.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001310.1200.340.2281.7438.5564.9
HexAFC883C02216522741
Octal257310203140422612247101
Binary101011111100100010000011110001000101011010100101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC883; }

 p { color: rgb(175,200,131); }

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

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

 a { background-color: rgb(175,200,131); }

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

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

 span { border-color: rgb(175,200,131); }

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