#B0CD87

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

Shades of Caper #B0CD87

Tints of Caper #B0CD87

Color information

#B0CD87 (or 0xB0CD87) is unknown color: approx Caper. HEX triplet: B0, CD and 87. RGB value is (176,205,135). Sum of RGB (Red+Green+Blue) = 176+205+135=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CD87 is #4F3278. Grayscale: #BCBCBC. Windows color (decimal): -5190265 or 8900016. OLE color: 8900016.

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

Color convert

RGB176205135-
CMYK0.1400.340.20
HSL84.86º41.18%66.67%-
HSV(B)84.86º34.15%80.39%-
XYZ44.1154.6431.14-
YUV188.3597.89119.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 135 (53.12% from 255) = 26.16%
R=34.11%
G=39.73%
B=26.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762051350.1400.340.2084.8641.1866.67
HexB0CD87E02214552943
Octal260315207160422412551103
Binary101100001100110110000111111001000101010010101011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD87; }

 p { color: rgb(176,205,135); }

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

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

 a { background-color: rgb(176,205,135); }

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

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

 span { border-color: rgb(176,205,135); }

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