#B0BE91

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

Shades of Caper #B0BE91

Tints of Caper #B0BE91

Color information

#B0BE91 (or 0xB0BE91) is unknown color: approx Caper. HEX triplet: B0, BE and 91. RGB value is (176,190,145). Sum of RGB (Red+Green+Blue) = 176+190+145=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE91 is #4F416E. Grayscale: #B4B4B4. Windows color (decimal): -5194095 or 9551536. OLE color: 9551536.

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

Color convert

RGB176190145-
CMYK0.0700.240.25
HSL78.67º25.71%65.69%-
HSV(B)78.67º23.68%74.51%-
XYZ41.4348.133.89-
YUV180.68107.86124.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=34.44%
G=37.18%
B=28.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901450.0700.240.2578.6725.7165.69
HexB0BE917018194f1a42
Octal26027622170303111732102
Binary101100001011111010010001111011000110011001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE91; }

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

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

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

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

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

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

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

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