#B0D576

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

Shades of Caper #B0D576

Tints of Caper #B0D576

Color information

#B0D576 (or 0xB0D576) is unknown color: approx Caper. HEX triplet: B0, D5 and 76. RGB value is (176,213,118). Sum of RGB (Red+Green+Blue) = 176+213+118=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D576 is #4F2A89. Grayscale: #BFBFBF. Windows color (decimal): -5188234 or 7787952. OLE color: 7787952.

HSL color Cylindrical-coordinate representation of color #B0D576: hue angle of 83.37º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0D576 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB176213118-
CMYK0.1700.450.16
HSL83.37º53.07%64.9%-
HSV(B)83.37º44.6%83.53%-
XYZ44.9758.1325.99-
YUV191.1186.74117.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 118 (46.48% from 255) = 23.27%
R=34.71%
G=42.01%
B=23.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762131180.1700.450.1683.3753.0764.9
HexB0D5761102D10533541
Octal260325166210552012365101
Binary101100001101010111101101000101011011000010100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D576; }

 p { color: rgb(176,213,118); }

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

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

 a { background-color: rgb(176,213,118); }

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

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

 span { border-color: rgb(176,213,118); }

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