#B2BC84

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

Shades of Caper #B2BC84

Tints of Caper #B2BC84

Color information

#B2BC84 (or 0xB2BC84) is unknown color: approx Caper. HEX triplet: B2, BC and 84. RGB value is (178,188,132). Sum of RGB (Red+Green+Blue) = 178+188+132=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC84 is #4D437B. Grayscale: #B2B2B2. Windows color (decimal): -5063548 or 8699058. OLE color: 8699058.

HSL color Cylindrical-coordinate representation of color #B2BC84: hue angle of 70.71º 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 #B2BC84 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB178188132-
CMYK0.0500.300.26
HSL70.71º29.47%62.75%-
HSV(B)70.71º29.79%73.73%-
XYZ40.5147.128.79-
YUV178.63101.69127.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 188 (73.83% from 255) = 37.75%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=35.74%
G=37.75%
B=26.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781881320.0500.300.2670.7129.4762.75
HexB2BC84501E1A471d3f
Octal2622742045036321073577
Binary10110010101111001000010010101111011010100011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC84; }

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

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

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

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

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

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

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

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