#B5CC86

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

Shades of Caper #B5CC86

Tints of Caper #B5CC86

Color information

#B5CC86 (or 0xB5CC86) is unknown color: approx Caper. HEX triplet: B5, CC and 86. RGB value is (181,204,134). Sum of RGB (Red+Green+Blue) = 181+204+134=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CC86 is #4A3379. Grayscale: #BDBDBD. Windows color (decimal): -4862842 or 8834229. OLE color: 8834229.

HSL color Cylindrical-coordinate representation of color #B5CC86: hue angle of 79.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5CC86 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB181204134-
CMYK0.1100.340.2
HSL79.71º40.7%66.27%-
HSV(B)79.71º34.31%80%-
XYZ44.9554.7330.75-
YUV189.1496.88122.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=34.87%
G=39.31%
B=25.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1812041340.1100.340.279.7140.766.27
HexB5CC86B02214502942
Octal265314206130422412051102
Binary101101011100110010000110101101000101010010100001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CC86; }

 p { color: rgb(181,204,134); }

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

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

 a { background-color: rgb(181,204,134); }

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

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

 span { border-color: rgb(181,204,134); }

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