#B0BE93

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

Shades of Caper #B0BE93

Tints of Caper #B0BE93

Color information

#B0BE93 (or 0xB0BE93) is unknown color: approx Caper. HEX triplet: B0, BE and 93. RGB value is (176,190,147). Sum of RGB (Red+Green+Blue) = 176+190+147=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE93 is #4F416C. Grayscale: #B5B5B5. Windows color (decimal): -5194093 or 9682608. OLE color: 9682608.

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

Color convert

RGB176190147-
CMYK0.0700.230.25
HSL79.53º24.86%66.08%-
HSV(B)79.53º22.63%74.51%-
XYZ41.5848.1634.71-
YUV180.91108.86124.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=34.31%
G=37.04%
B=28.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901470.0700.230.2579.5324.8666.08
HexB0BE93701719501942
Octal26027622370273112031102
Binary101100001011111010010011111010111110011010000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE93; }

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

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

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

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

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

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

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

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