#B2BD82

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

Shades of Caper #B2BD82

Tints of Caper #B2BD82

Color information

#B2BD82 (or 0xB2BD82) is unknown color: approx Caper. HEX triplet: B2, BD and 82. RGB value is (178,189,130). Sum of RGB (Red+Green+Blue) = 178+189+130=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD82 is #4D427D. Grayscale: #B3B3B3. Windows color (decimal): -5063294 or 8568242. OLE color: 8568242.

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

Color convert

RGB178189130-
CMYK0.0600.310.26
HSL71.19º30.89%62.55%-
HSV(B)71.19º31.22%74.12%-
XYZ40.5947.4728.14-
YUV178.98100.36127.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=35.81%
G=38.03%
B=26.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781891300.0600.310.2671.1930.8962.55
HexB2BD82601F1A471f3f
Octal2622752026037321073777
Binary10110010101111011000001011001111111010100011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD82; }

 p { color: rgb(178,189,130); }

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

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

 a { background-color: rgb(178,189,130); }

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

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

 span { border-color: rgb(178,189,130); }

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