#B5C980

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

Shades of Caper #B5C980

Tints of Caper #B5C980

Color information

#B5C980 (or 0xB5C980) is unknown color: approx Caper. HEX triplet: B5, C9 and 80. RGB value is (181,201,128). Sum of RGB (Red+Green+Blue) = 181+201+128=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C980 is #4A367F. Grayscale: #BABABA. Windows color (decimal): -4863616 or 8440245. OLE color: 8440245.

HSL color Cylindrical-coordinate representation of color #B5C980: hue angle of 76.44º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C980 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB181201128-
CMYK0.1000.360.21
HSL76.44º40.33%64.51%-
HSV(B)76.44º36.32%78.82%-
XYZ43.8453.1628.37-
YUV186.794.87123.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 128 (50.39% from 255) = 25.10%
R=35.49%
G=39.41%
B=25.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812011280.1000.360.2176.4440.3364.51
HexB5C980A024154c2841
Octal265311200120442511450101
Binary101101011100100110000000101001001001010110011001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C980; }

 p { color: rgb(181,201,128); }

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

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

 a { background-color: rgb(181,201,128); }

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

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

 span { border-color: rgb(181,201,128); }

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