#B0C371

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

Shades of Caper #B0C371

Tints of Caper #B0C371

Color information

#B0C371 (or 0xB0C371) is unknown color: approx Caper. HEX triplet: B0, C3 and 71. RGB value is (176,195,113). Sum of RGB (Red+Green+Blue) = 176+195+113=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C371 is #4F3C8E. Grayscale: #B4B4B4. Windows color (decimal): -5192847 or 7455664. OLE color: 7455664.

HSL color Cylindrical-coordinate representation of color #B0C371: hue angle of 73.9º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0C371 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB176195113-
CMYK0.1000.420.24
HSL73.9º40.59%60.39%-
HSV(B)73.9º42.05%76.47%-
XYZ40.449.4523.04-
YUV179.9790.21125.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 195 (76.56% from 255) = 40.29%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=36.36%
G=40.29%
B=23.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761951130.1000.420.2473.940.5960.39
HexB0C371A02A184a293c
Octal26030316112052301125174
Binary1011000011000011111000110100101010110001001010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C371; }

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

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

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

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

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

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

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

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