#b5d776

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

Shades of Caper #B5D776

Tints of Caper #B5D776

Color information

#B5D776 (or 0xB5D776) is unknown color: approx Caper. HEX triplet: B5, D7 and 76. RGB value is (181,215,118). Sum of RGB (Red+Green+Blue) = 181+215+118=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D776 is #4A2889. Grayscale: #C2C2C2. Windows color (decimal): -4860042 or 7788469. OLE color: 7788469.

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

Color convert

RGB181215118-
CMYK0.1600.450.16
HSL81.03º54.8%65.29%-
HSV(B)81.03º45.12%84.31%-
XYZ46.6359.7326.21-
YUV193.7885.24118.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 215 (84.38% from 255) = 41.83%
BLUE value IS 118 (46.48% from 255) = 22.96%
R=35.21%
G=41.83%
B=22.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812151180.1600.450.1681.0354.865.29
HexB5D7761002D10513741
Octal265327166200552012167101
Binary101101011101011111101101000001011011000010100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5d776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5d776; }

 p { color: rgb(181,215,118); }

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

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

 a { background-color: rgb(181,215,118); }

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

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

 span { border-color: rgb(181,215,118); }

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