#AFC282

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

Shades of Caper #AFC282

Tints of Caper #AFC282

Color information

#AFC282 (or 0xAFC282) is unknown color: approx Caper. HEX triplet: AF, C2 and 82. RGB value is (175,194,130). Sum of RGB (Red+Green+Blue) = 175+194+130=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC282 is #503D7D. Grayscale: #B5B5B5. Windows color (decimal): -5258622 or 8569519. OLE color: 8569519.

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

Color convert

RGB175194130-
CMYK0.1000.330.24
HSL77.81º34.41%63.53%-
HSV(B)77.81º32.99%76.08%-
XYZ4149.3128.48-
YUV181.0299.21123.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=35.07%
G=38.88%
B=26.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941300.1000.330.2477.8134.4163.53
HexAFC282A021184e2240
Octal257302202120413011642100
Binary101011111100001010000010101001000011100010011101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC282; }

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

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

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

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

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

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

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

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