#B5D081

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

Shades of Caper #B5D081

Tints of Caper #B5D081

Color information

#B5D081 (or 0xB5D081) is unknown color: approx Caper. HEX triplet: B5, D0 and 81. RGB value is (181,208,129). Sum of RGB (Red+Green+Blue) = 181+208+129=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D081 is #4A2F7E. Grayscale: #BFBFBF. Windows color (decimal): -4861823 or 8507573. OLE color: 8507573.

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

Color convert

RGB181208129-
CMYK0.1300.380.18
HSL80.51º45.66%66.08%-
HSV(B)80.51º37.98%81.57%-
XYZ45.5756.5229.28-
YUV190.9293.05120.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 129 (50.78% from 255) = 24.90%
R=34.94%
G=40.15%
B=24.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812081290.1300.380.1880.5145.6666.08
HexB5D081D02612512e42
Octal265320201150462212156102
Binary101101011101000010000001110101001101001010100011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D081; }

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

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

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

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

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

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

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

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