#AFBB90

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

Shades of Caper #AFBB90

Tints of Caper #AFBB90

Color information

#AFBB90 (or 0xAFBB90) is unknown color: approx Caper. HEX triplet: AF, BB and 90. RGB value is (175,187,144). Sum of RGB (Red+Green+Blue) = 175+187+144=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB90 is #50446F. Grayscale: #B2B2B2. Windows color (decimal): -5260400 or 9485231. OLE color: 9485231.

HSL color Cylindrical-coordinate representation of color #AFBB90: hue angle of 76.74º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFBB90 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB175187144-
CMYK0.0600.230.27
HSL76.74º24.02%64.9%-
HSV(B)76.74º22.99%73.33%-
XYZ40.4846.6733.26-
YUV178.51108.52125.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=34.58%
G=36.96%
B=28.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871440.0600.230.2776.7424.0264.9
HexAFBB9060171B4d1841
Octal25727322060273311530101
Binary101011111011101110010000110010111110111001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB90; }

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

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

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

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

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

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

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

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