#B2BD83

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

Shades of Caper #B2BD83

Tints of Caper #B2BD83

Color information

#B2BD83 (or 0xB2BD83) is unknown color: approx Caper. HEX triplet: B2, BD and 83. RGB value is (178,189,131). Sum of RGB (Red+Green+Blue) = 178+189+131=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 131 (51.56% from 255 or 26.31% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD83 is #4D427C. Grayscale: #B3B3B3. Windows color (decimal): -5063293 or 8633778. OLE color: 8633778.

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

Color convert

RGB178189131-
CMYK0.0600.310.26
HSL71.38º30.53%62.75%-
HSV(B)71.38º30.69%74.12%-
XYZ40.6547.528.5-
YUV179.1100.86127.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 131 (51.56% from 255) = 26.31%
R=35.74%
G=37.95%
B=26.31%

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
Decimal1781891310.0600.310.2671.3830.5362.75
HexB2BD83601F1A471f3f
Octal2622752036037321073777
Binary10110010101111011000001111001111111010100011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD83; }

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

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

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

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

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

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

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

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