#B2BE7F

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

Shades of Caper #B2BE7F

Tints of Caper #B2BE7F

Color information

#B2BE7F (or 0xB2BE7F) is unknown color: approx Caper. HEX triplet: B2, BE and 7F. RGB value is (178,190,127). Sum of RGB (Red+Green+Blue) = 178+190+127=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE7F is #4D4180. Grayscale: #B3B3B3. Windows color (decimal): -5063041 or 8371890. OLE color: 8371890.

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

Color convert

RGB178190127-
CMYK0.0600.330.25
HSL71.43º32.64%62.16%-
HSV(B)71.43º33.16%74.51%-
XYZ40.647.8227.17-
YUV179.2398.52127.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 127 (50% from 255) = 25.66%
R=35.96%
G=38.38%
B=25.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901270.0600.330.2571.4332.6462.16
HexB2BE7F60211947213e
Octal2622761776041311074176
Binary101100101011111011111111100100001110011000111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE7F; }

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

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

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

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

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

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

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

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