#AFC184

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

Shades of Caper #AFC184

Tints of Caper #AFC184

Color information

#AFC184 (or 0xAFC184) is unknown color: approx Caper. HEX triplet: AF, C1 and 84. RGB value is (175,193,132). Sum of RGB (Red+Green+Blue) = 175+193+132=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC184 is #503E7B. Grayscale: #B4B4B4. Windows color (decimal): -5258876 or 8700335. OLE color: 8700335.

HSL color Cylindrical-coordinate representation of color #AFC184: hue angle of 77.7º degrees, saturation: 0.33, 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 #AFC184 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB175193132-
CMYK0.0900.320.24
HSL77.7º32.97%63.73%-
HSV(B)77.7º31.61%75.69%-
XYZ40.9148.9229.12-
YUV180.66100.54123.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=35%
G=38.6%
B=26.4%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931320.0900.320.2477.732.9763.73
HexAFC1849020184e2140
Octal257301204110403011641100
Binary101011111100000110000100100101000001100010011101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC184; }

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

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

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

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

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

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

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

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