#B4D876

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

Shades of Caper #B4D876

Tints of Caper #B4D876

Color information

#B4D876 (or 0xB4D876) is unknown color: approx Caper. HEX triplet: B4, D8 and 76. RGB value is (180,216,118). Sum of RGB (Red+Green+Blue) = 180+216+118=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D876 is #4B2789. Grayscale: #C2C2C2. Windows color (decimal): -4925322 or 7788724. OLE color: 7788724.

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

Color convert

RGB180216118-
CMYK0.1700.450.15
HSL82.04º55.68%65.49%-
HSV(B)82.04º45.37%84.71%-
XYZ46.6560.1226.29-
YUV194.0685.07117.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 216 (84.77% from 255) = 42.02%
BLUE value IS 118 (46.48% from 255) = 22.96%
R=35.02%
G=42.02%
B=22.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802161180.1700.450.1582.0455.6865.49
HexB4D8761102DF523841
Octal264330166210551712270101
Binary10110100110110001110110100010101101111110100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D876; }

 p { color: rgb(180,216,118); }

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

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

 a { background-color: rgb(180,216,118); }

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

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

 span { border-color: rgb(180,216,118); }

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