#B0BE70

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

Shades of Caper #B0BE70

Tints of Caper #B0BE70

Color information

#B0BE70 (or 0xB0BE70) is unknown color: approx Caper. HEX triplet: B0, BE and 70. RGB value is (176,190,112). Sum of RGB (Red+Green+Blue) = 176+190+112=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE70 is #4F418F. Grayscale: #B1B1B1. Windows color (decimal): -5194128 or 7388848. OLE color: 7388848.

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

Color convert

RGB176190112-
CMYK0.0700.410.25
HSL70.77º37.5%59.22%-
HSV(B)70.77º41.05%74.51%-
XYZ39.2447.2322.38-
YUV176.9291.36127.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 190 (74.61% from 255) = 39.75%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=36.82%
G=39.75%
B=23.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901120.0700.410.2570.7737.559.22
HexB0BE7070291947263b
Octal2602761607051311074673
Binary101100001011111011100001110101001110011000111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BE70; }

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

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

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

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

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

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

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

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