#AFCB88

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

Shades of Caper #AFCB88

Tints of Caper #AFCB88

Color information

#AFCB88 (or 0xAFCB88) is unknown color: approx Caper. HEX triplet: AF, CB and 88. RGB value is (175,203,136). Sum of RGB (Red+Green+Blue) = 175+203+136=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCB88 is #503477. Grayscale: #BBBBBB. Windows color (decimal): -5256312 or 8965039. OLE color: 8965039.

HSL color Cylindrical-coordinate representation of color #AFCB88: hue angle of 85.07º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFCB88 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB175203136-
CMYK0.1400.330.20
HSL85.07º39.18%66.47%-
HSV(B)85.07º33%79.61%-
XYZ43.4853.631.35-
YUV186.9999.22119.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=34.05%
G=39.49%
B=26.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752031360.1400.330.2085.0739.1866.47
HexAFCB88E02114552742
Octal257313210160412412547102
Binary101011111100101110001000111001000011010010101011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCB88; }

 p { color: rgb(175,203,136); }

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

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

 a { background-color: rgb(175,203,136); }

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

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

 span { border-color: rgb(175,203,136); }

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