#B0BE6E

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

Shades of Caper #B0BE6E

Tints of Caper #B0BE6E

Color information

#B0BE6E (or 0xB0BE6E) is unknown color: approx Caper. HEX triplet: B0, BE and 6E. RGB value is (176,190,110). Sum of RGB (Red+Green+Blue) = 176+190+110=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE6E is #4F4191. Grayscale: #B0B0B0. Windows color (decimal): -5194130 or 7257776. OLE color: 7257776.

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

Color convert

RGB176190110-
CMYK0.0700.420.25
HSL70.5º38.1%58.82%-
HSV(B)70.5º42.11%74.51%-
XYZ39.1347.1821.8-
YUV176.6990.36127.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 110 (43.36% from 255) = 23.11%
R=36.97%
G=39.92%
B=23.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901100.0700.420.2570.538.158.82
HexB0BE6E702A1946263b
Octal2602761567052311064673
Binary101100001011111011011101110101010110011000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE6E; }

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

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

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

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

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

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

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

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