#B0BE7F

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

Shades of Caper #B0BE7F

Tints of Caper #B0BE7F

Color information

#B0BE7F (or 0xB0BE7F) is unknown color: approx Caper. HEX triplet: B0, BE and 7F. RGB value is (176,190,127). Sum of RGB (Red+Green+Blue) = 176+190+127=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE7F is #4F4180. Grayscale: #B2B2B2. Windows color (decimal): -5194113 or 8371888. OLE color: 8371888.

HSL color Cylindrical-coordinate representation of color #B0BE7F: hue angle of 73.33º 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 #B0BE7F is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB176190127-
CMYK0.0700.330.25
HSL73.33º32.64%62.16%-
HSV(B)73.33º33.16%74.51%-
XYZ40.1547.5927.15-
YUV178.6398.86126.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 127 (50% from 255) = 25.76%
R=35.70%
G=38.54%
B=25.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901270.0700.330.2573.3332.6462.16
HexB0BE7F70211949213e
Octal2602761777041311114176
Binary101100001011111011111111110100001110011001001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE7F; }

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

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

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

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

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

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

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

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