#B0C884

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

Shades of Caper #B0C884

Tints of Caper #B0C884

Color information

#B0C884 (or 0xB0C884) is unknown color: approx Caper. HEX triplet: B0, C8 and 84. RGB value is (176,200,132). Sum of RGB (Red+Green+Blue) = 176+200+132=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C884 is #4F377B. Grayscale: #B9B9B9. Windows color (decimal): -5191548 or 8702128. OLE color: 8702128.

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

Color convert

RGB176200132-
CMYK0.1200.340.22
HSL81.18º38.2%65.1%-
HSV(B)81.18º34%78.43%-
XYZ42.7252.229.65-
YUV185.0798.05121.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 200 (78.52% from 255) = 39.37%
BLUE value IS 132 (51.95% from 255) = 25.98%
R=34.65%
G=39.37%
B=25.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1762001320.1200.340.2281.1838.265.1
HexB0C884C02216512641
Octal260310204140422612146101
Binary101100001100100010000100110001000101011010100011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C884; }

 p { color: rgb(176,200,132); }

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

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

 a { background-color: rgb(176,200,132); }

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

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

 span { border-color: rgb(176,200,132); }

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