#B5C880

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

Shades of Caper #B5C880

Tints of Caper #B5C880

Color information

#B5C880 (or 0xB5C880) is unknown color: approx Caper. HEX triplet: B5, C8 and 80. RGB value is (181,200,128). Sum of RGB (Red+Green+Blue) = 181+200+128=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C880 is #4A377F. Grayscale: #BABABA. Windows color (decimal): -4863872 or 8439989. OLE color: 8439989.

HSL color Cylindrical-coordinate representation of color #B5C880: hue angle of 75.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5C880 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB181200128-
CMYK0.0900.360.22
HSL75.83º39.56%64.31%-
HSV(B)75.83º36%78.43%-
XYZ43.6152.6928.29-
YUV186.1195.21124.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 200 (78.52% from 255) = 39.29%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=35.56%
G=39.29%
B=25.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1812001280.0900.360.2275.8339.5664.31
HexB5C8809024164c2840
Octal265310200110442611450100
Binary101101011100100010000000100101001001011010011001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C880; }

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

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

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

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

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

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

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

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