#B0C071

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

Shades of Caper #B0C071

Tints of Caper #B0C071

Color information

#B0C071 (or 0xB0C071) is unknown color: approx Caper. HEX triplet: B0, C0 and 71. RGB value is (176,192,113). Sum of RGB (Red+Green+Blue) = 176+192+113=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C071 is #4F3F8E. Grayscale: #B2B2B2. Windows color (decimal): -5193615 or 7454896. OLE color: 7454896.

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

Color convert

RGB176192113-
CMYK0.0800.410.25
HSL72.15º38.54%59.8%-
HSV(B)72.15º41.15%75.29%-
XYZ39.7348.1222.82-
YUV178.2191.2126.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=36.59%
G=39.92%
B=23.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921130.0800.410.2572.1538.5459.8
HexB0C07180291948273c
Octal26030016110051311104774
Binary1011000011000000111000110000101001110011001000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C071; }

 p { color: rgb(176,192,113); }

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

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

 a { background-color: rgb(176,192,113); }

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

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

 span { border-color: rgb(176,192,113); }

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