#AFC284

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

Shades of Caper #AFC284

Tints of Caper #AFC284

Color information

#AFC284 (or 0xAFC284) is unknown color: approx Caper. HEX triplet: AF, C2 and 84. RGB value is (175,194,132). Sum of RGB (Red+Green+Blue) = 175+194+132=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC284 is #503D7B. Grayscale: #B5B5B5. Windows color (decimal): -5258620 or 8700591. OLE color: 8700591.

HSL color Cylindrical-coordinate representation of color #AFC284: hue angle of 78.39º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFC284 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB175194132-
CMYK0.1000.320.24
HSL78.39º33.7%63.92%-
HSV(B)78.39º31.96%76.08%-
XYZ41.1449.3629.19-
YUV181.25100.21123.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=34.93%
G=38.72%
B=26.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941320.1000.320.2478.3933.763.92
HexAFC284A020184e2240
Octal257302204120403011642100
Binary101011111100001010000100101001000001100010011101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC284; }

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

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

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

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

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

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

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

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