#B5C187

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

Shades of Caper #B5C187

Tints of Caper #B5C187

Color information

#B5C187 (or 0xB5C187) is unknown color: approx Caper. HEX triplet: B5, C1 and 87. RGB value is (181,193,135). Sum of RGB (Red+Green+Blue) = 181+193+135=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C187 is #4A3E78. Grayscale: #B7B7B7. Windows color (decimal): -4865657 or 8896949. OLE color: 8896949.

HSL color Cylindrical-coordinate representation of color #B5C187: hue angle of 72.41º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5C187 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB181193135-
CMYK0.0600.300.24
HSL72.41º31.87%64.31%-
HSV(B)72.41º30.05%75.69%-
XYZ42.549.7130.28-
YUV182.8101.02126.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 135 (53.12% from 255) = 26.52%
R=35.56%
G=37.92%
B=26.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811931350.0600.300.2472.4131.8764.31
HexB5C187601E18482040
Octal26530120760363011040100
Binary1011010111000001100001111100111101100010010001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C187; }

 p { color: rgb(181,193,135); }

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

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

 a { background-color: rgb(181,193,135); }

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

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

 span { border-color: rgb(181,193,135); }

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