#B3BD80

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

Shades of Caper #B3BD80

Tints of Caper #B3BD80

Color information

#B3BD80 (or 0xB3BD80) is unknown color: approx Caper. HEX triplet: B3, BD and 80. RGB value is (179,189,128). Sum of RGB (Red+Green+Blue) = 179+189+128=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD80 is #4C427F. Grayscale: #B3B3B3. Windows color (decimal): -4997760 or 8437171. OLE color: 8437171.

HSL color Cylindrical-coordinate representation of color #B3BD80: hue angle of 69.84º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3BD80 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB179189128-
CMYK0.0500.320.26
HSL69.84º31.61%62.16%-
HSV(B)69.84º32.28%74.12%-
XYZ40.6847.5427.45-
YUV179.0699.19127.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=36.09%
G=38.10%
B=25.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791891280.0500.320.2669.8431.6162.16
HexB3BD8050201A46203e
Octal2632752005040321064076
Binary1011001110111101100000001010100000110101000110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD80; }

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

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

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

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

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

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

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

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