#B0BE7B

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

Shades of Caper #B0BE7B

Tints of Caper #B0BE7B

Color information

#B0BE7B (or 0xB0BE7B) is unknown color: approx Caper. HEX triplet: B0, BE and 7B. RGB value is (176,190,123). Sum of RGB (Red+Green+Blue) = 176+190+123=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE7B is #4F4184. Grayscale: #B2B2B2. Windows color (decimal): -5194117 or 8109744. OLE color: 8109744.

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

Color convert

RGB176190123-
CMYK0.0700.350.25
HSL72.54º34.01%61.37%-
HSV(B)72.54º35.26%74.51%-
XYZ39.8947.4925.8-
YUV178.1896.86126.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 123 (48.44% from 255) = 25.15%
R=35.99%
G=38.85%
B=25.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901230.0700.350.2572.5434.0161.37
HexB0BE7B70231949223d
Octal2602761737043311114275
Binary101100001011111011110111110100011110011001001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE7B; }

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

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

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

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

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

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

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

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