#AFBE90

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

Shades of Caper #AFBE90

Tints of Caper #AFBE90

Color information

#AFBE90 (or 0xAFBE90) is unknown color: approx Caper. HEX triplet: AF, BE and 90. RGB value is (175,190,144). Sum of RGB (Red+Green+Blue) = 175+190+144=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE90 is #50416F. Grayscale: #B4B4B4. Windows color (decimal): -5259632 or 9485999. OLE color: 9485999.

HSL color Cylindrical-coordinate representation of color #AFBE90: hue angle of 79.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFBE90 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB175190144-
CMYK0.0800.240.25
HSL79.57º26.14%65.49%-
HSV(B)79.57º24.21%74.51%-
XYZ41.1347.9533.47-
YUV180.27107.53124.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=34.38%
G=37.33%
B=28.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901440.0800.240.2579.5726.1465.49
HexAFBE90801819501a41
Octal257276220100303112032101
Binary1010111110111110100100001000011000110011010000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE90; }

 p { color: rgb(175,190,144); }

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

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

 a { background-color: rgb(175,190,144); }

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

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

 span { border-color: rgb(175,190,144); }

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