#B5C485

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

Shades of Caper #B5C485

Tints of Caper #B5C485

Color information

#B5C485 (or 0xB5C485) is unknown color: approx Caper. HEX triplet: B5, C4 and 85. RGB value is (181,196,133). Sum of RGB (Red+Green+Blue) = 181+196+133=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C485 is #4A3B7A. Grayscale: #B8B8B8. Windows color (decimal): -4864891 or 8766645. OLE color: 8766645.

HSL color Cylindrical-coordinate representation of color #B5C485: hue angle of 74.29º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5C485 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB181196133-
CMYK0.0800.320.23
HSL74.29º34.81%64.51%-
HSV(B)74.29º32.14%76.86%-
XYZ43.035129.77-
YUV184.3399.03125.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 196 (76.95% from 255) = 38.43%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=35.49%
G=38.43%
B=26.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811961330.0800.320.2374.2934.8164.51
HexB5C4858020174a2341
Octal265304205100402711243101
Binary101101011100010010000101100001000001011110010101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C485; }

 p { color: rgb(181,196,133); }

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

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

 a { background-color: rgb(181,196,133); }

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

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

 span { border-color: rgb(181,196,133); }

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