#B2BF7F

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

Shades of Caper #B2BF7F

Tints of Caper #B2BF7F

Color information

#B2BF7F (or 0xB2BF7F) is unknown color: approx Caper. HEX triplet: B2, BF and 7F. RGB value is (178,191,127). Sum of RGB (Red+Green+Blue) = 178+191+127=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF7F is #4D4080. Grayscale: #B4B4B4. Windows color (decimal): -5062785 or 8372146. OLE color: 8372146.

HSL color Cylindrical-coordinate representation of color #B2BF7F: hue angle of 72.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2BF7F is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB178191127-
CMYK0.0700.340.25
HSL72.19º33.33%62.35%-
HSV(B)72.19º33.51%74.9%-
XYZ40.8248.2627.24-
YUV179.8298.19126.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 127 (50% from 255) = 25.60%
R=35.89%
G=38.51%
B=25.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911270.0700.340.2572.1933.3362.35
HexB2BF7F70221948213e
Octal2622771777042311104176
Binary101100101011111111111111110100010110011001000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF7F; }

 p { color: rgb(178,191,127); }

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

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

 a { background-color: rgb(178,191,127); }

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

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

 span { border-color: rgb(178,191,127); }

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