#B0D676

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

Shades of Caper #B0D676

Tints of Caper #B0D676

Color information

#B0D676 (or 0xB0D676) is unknown color: approx Caper. HEX triplet: B0, D6 and 76. RGB value is (176,214,118). Sum of RGB (Red+Green+Blue) = 176+214+118=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D676 is #4F2989. Grayscale: #C0C0C0. Windows color (decimal): -5187978 or 7788208. OLE color: 7788208.

HSL color Cylindrical-coordinate representation of color #B0D676: hue angle of 83.75º degrees, saturation: 0.54, 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 #B0D676 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB176214118-
CMYK0.1800.450.16
HSL83.75º53.93%65.1%-
HSV(B)83.75º44.86%83.92%-
XYZ45.2258.6326.07-
YUV191.6986.41116.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=34.65%
G=42.13%
B=23.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762141180.1800.450.1683.7553.9365.1
HexB0D6761202D10543641
Octal260326166220552012466101
Binary101100001101011011101101001001011011000010101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D676; }

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

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

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

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

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

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

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

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