#B9C687

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

Shades of Caper #B9C687

Tints of Caper #B9C687

Color information

#B9C687 (or 0xB9C687) is unknown color: approx Caper. HEX triplet: B9, C6 and 87. RGB value is (185,198,135). Sum of RGB (Red+Green+Blue) = 185+198+135=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C687 is #463978. Grayscale: #BBBBBB. Windows color (decimal): -4602233 or 8898233. OLE color: 8898233.

HSL color Cylindrical-coordinate representation of color #B9C687: hue angle of 72.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9C687 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB185198135-
CMYK0.0700.320.22
HSL72.38º35.59%65.29%-
HSV(B)72.38º31.82%77.65%-
XYZ44.5752.4530.7-
YUV186.9398.69126.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 198 (77.73% from 255) = 38.22%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=35.71%
G=38.22%
B=26.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981350.0700.320.2272.3835.5965.29
HexB9C687702016482441
Octal27130620770402611044101
Binary10111001110001101000011111101000001011010010001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C687; }

 p { color: rgb(185,198,135); }

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

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

 a { background-color: rgb(185,198,135); }

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

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

 span { border-color: rgb(185,198,135); }

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