#B3BD84

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

Shades of Caper #B3BD84

Tints of Caper #B3BD84

Color information

#B3BD84 (or 0xB3BD84) is unknown color: approx Caper. HEX triplet: B3, BD and 84. RGB value is (179,189,132). Sum of RGB (Red+Green+Blue) = 179+189+132=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD84 is #4C427B. Grayscale: #B3B3B3. Windows color (decimal): -4997756 or 8699315. OLE color: 8699315.

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

Color convert

RGB179189132-
CMYK0.0500.300.26
HSL70.53º30.16%62.94%-
HSV(B)70.53º30.16%74.12%-
XYZ40.9547.6428.87-
YUV179.51101.19127.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.8%
GREEN value IS 189 (74.22% from 255) = 37.8%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=35.8%
G=37.8%
B=26.4%

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
Decimal1791891320.0500.300.2670.5330.1662.94
HexB3BD84501E1A471e3f
Octal2632752045036321073677
Binary10110011101111011000010010101111011010100011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD84; }

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

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

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

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

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

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

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

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