#B4D771

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

Shades of Caper #B4D771

Tints of Caper #B4D771

Color information

#B4D771 (or 0xB4D771) is unknown color: approx Caper. HEX triplet: B4, D7 and 71. RGB value is (180,215,113). Sum of RGB (Red+Green+Blue) = 180+215+113=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D771 is #4B288E. Grayscale: #C1C1C1. Windows color (decimal): -4925583 or 7460788. OLE color: 7460788.

HSL color Cylindrical-coordinate representation of color #B4D771: hue angle of 80.59º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4D771 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB180215113-
CMYK0.1600.470.16
HSL80.59º56.04%64.31%-
HSV(B)80.59º47.44%84.31%-
XYZ46.159.524.68-
YUV192.9182.9118.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 215 (84.38% from 255) = 42.32%
BLUE value IS 113 (44.53% from 255) = 22.24%
R=35.43%
G=42.32%
B=22.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802151130.1600.470.1680.5956.0464.31
HexB4D7711002F10513840
Octal264327161200572012170100
Binary101101001101011111100011000001011111000010100011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D771; }

 p { color: rgb(180,215,113); }

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

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

 a { background-color: rgb(180,215,113); }

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

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

 span { border-color: rgb(180,215,113); }

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