#B3BC84

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

Shades of Caper #B3BC84

Tints of Caper #B3BC84

Color information

#B3BC84 (or 0xB3BC84) is unknown color: approx Caper. HEX triplet: B3, BC and 84. RGB value is (179,188,132). Sum of RGB (Red+Green+Blue) = 179+188+132=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BC84 is #4C437B. Grayscale: #B3B3B3. Windows color (decimal): -4998012 or 8699059. OLE color: 8699059.

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

Color convert

RGB179188132-
CMYK0.0500.300.26
HSL69.64º29.47%62.75%-
HSV(B)69.64º29.79%73.73%-
XYZ40.7447.2228.8-
YUV178.92101.52128.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=35.87%
G=37.68%
B=26.45%

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
Decimal1791881320.0500.300.2669.6429.4762.75
HexB3BC84501E1A461d3f
Octal2632742045036321063577
Binary10110011101111001000010010101111011010100011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC84; }

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

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

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

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

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

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

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

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