#B5D071

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

Shades of Caper #B5D071

Tints of Caper #B5D071

Color information

#B5D071 (or 0xB5D071) is unknown color: approx Caper. HEX triplet: B5, D0 and 71. RGB value is (181,208,113). Sum of RGB (Red+Green+Blue) = 181+208+113=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D071 is #4A2F8E. Grayscale: #BDBDBD. Windows color (decimal): -4861839 or 7458997. OLE color: 7458997.

HSL color Cylindrical-coordinate representation of color #B5D071: hue angle of 77.05º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5D071 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB181208113-
CMYK0.1300.460.18
HSL77.05º50.26%62.94%-
HSV(B)77.05º45.67%81.57%-
XYZ44.5956.1324.11-
YUV189.185.05122.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 208 (81.64% from 255) = 41.43%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=36.06%
G=41.43%
B=22.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812081130.1300.460.1877.0550.2662.94
HexB5D071D02E124d323f
Octal26532016115056221156277
Binary1011010111010000111000111010101110100101001101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D071; }

 p { color: rgb(181,208,113); }

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

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

 a { background-color: rgb(181,208,113); }

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

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

 span { border-color: rgb(181,208,113); }

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