#B2BD7A

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

Shades of Caper #B2BD7A

Tints of Caper #B2BD7A

Color information

#B2BD7A (or 0xB2BD7A) is unknown color: approx Caper. HEX triplet: B2, BD and 7A. RGB value is (178,189,122). Sum of RGB (Red+Green+Blue) = 178+189+122=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD7A is #4D4285. Grayscale: #B2B2B2. Windows color (decimal): -5063302 or 8043954. OLE color: 8043954.

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

Color convert

RGB178189122-
CMYK0.0600.350.26
HSL69.85º33.67%60.98%-
HSV(B)69.85º35.45%74.12%-
XYZ40.0747.2725.42-
YUV178.0796.36127.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.40%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=36.40%
G=38.65%
B=24.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781891220.0600.350.2669.8533.6760.98
HexB2BD7A60231A46223d
Octal2622751726043321064275
Binary101100101011110111110101100100011110101000110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD7A; }

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

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

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

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

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

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

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

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