#B5C87F

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

Shades of Caper #B5C87F

Tints of Caper #B5C87F

Color information

#B5C87F (or 0xB5C87F) is unknown color: approx Caper. HEX triplet: B5, C8 and 7F. RGB value is (181,200,127). Sum of RGB (Red+Green+Blue) = 181+200+127=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C87F is #4A3780. Grayscale: #BABABA. Windows color (decimal): -4863873 or 8374453. OLE color: 8374453.

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

Color convert

RGB181200127-
CMYK0.0900.360.22
HSL75.62º39.89%64.12%-
HSV(B)75.62º36.5%78.43%-
XYZ43.5452.6627.95-
YUV18694.71124.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 200 (78.52% from 255) = 39.37%
BLUE value IS 127 (50% from 255) = 25%
R=35.63%
G=39.37%
B=25%

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
Decimal1812001270.0900.360.2275.6239.8964.12
HexB5C87F9024164c2840
Octal265310177110442611450100
Binary10110101110010001111111100101001001011010011001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C87F; }

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

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

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

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

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

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

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

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