#B0BF71

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

Shades of Caper #B0BF71

Tints of Caper #B0BF71

Color information

#B0BF71 (or 0xB0BF71) is unknown color: approx Caper. HEX triplet: B0, BF and 71. RGB value is (176,191,113). Sum of RGB (Red+Green+Blue) = 176+191+113=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF71 is #4F408E. Grayscale: #B1B1B1. Windows color (decimal): -5193871 or 7454640. OLE color: 7454640.

HSL color Cylindrical-coordinate representation of color #B0BF71: hue angle of 71.54º degrees, saturation: 0.38, 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 #B0BF71 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB176191113-
CMYK0.0800.410.25
HSL71.54º37.86%59.61%-
HSV(B)71.54º40.84%74.9%-
XYZ39.5247.6822.74-
YUV177.6291.53126.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 191 (75% from 255) = 39.79%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=36.67%
G=39.79%
B=23.54%

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
Decimal1761911130.0800.410.2571.5437.8659.61
HexB0BF7180291948263c
Octal26027716110051311104674
Binary1011000010111111111000110000101001110011001000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF71; }

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

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

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

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

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

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

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

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