#AFC076

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

Shades of Caper #AFC076

Tints of Caper #AFC076

Color information

#AFC076 (or 0xAFC076) is unknown color: approx Caper. HEX triplet: AF, C0 and 76. RGB value is (175,192,118). Sum of RGB (Red+Green+Blue) = 175+192+118=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC076 is #503F89. Grayscale: #B2B2B2. Windows color (decimal): -5259146 or 7782575. OLE color: 7782575.

HSL color Cylindrical-coordinate representation of color #AFC076: hue angle of 73.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFC076 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB175192118-
CMYK0.0900.390.25
HSL73.78º37%60.78%-
HSV(B)73.78º38.54%75.29%-
XYZ39.848.1224.33-
YUV178.4893.87125.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=36.08%
G=39.59%
B=24.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751921180.0900.390.2573.783760.78
HexAFC0769027194a253d
Octal25730016611047311124575
Binary1010111111000000111011010010100111110011001010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC076; }

 p { color: rgb(175,192,118); }

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

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

 a { background-color: rgb(175,192,118); }

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

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

 span { border-color: rgb(175,192,118); }

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