#B0BC84

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

Shades of Caper #B0BC84

Tints of Caper #B0BC84

Color information

#B0BC84 (or 0xB0BC84) is unknown color: approx Caper. HEX triplet: B0, BC and 84. RGB value is (176,188,132). Sum of RGB (Red+Green+Blue) = 176+188+132=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC84 is #4F437B. Grayscale: #B2B2B2. Windows color (decimal): -5194620 or 8699056. OLE color: 8699056.

HSL color Cylindrical-coordinate representation of color #B0BC84: hue angle of 72.86º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0BC84 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB176188132-
CMYK0.0600.300.26
HSL72.86º29.47%62.75%-
HSV(B)72.86º29.79%73.73%-
XYZ40.0546.8628.76-
YUV178.03102.02126.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=35.48%
G=37.90%
B=26.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881320.0600.300.2672.8629.4762.75
HexB0BC84601E1A491d3f
Octal2602742046036321113577
Binary10110000101111001000010011001111011010100100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC84; }

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

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

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

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

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

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

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

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