#B1C87F

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

Shades of Caper #B1C87F

Tints of Caper #B1C87F

Color information

#B1C87F (or 0xB1C87F) is unknown color: approx Caper. HEX triplet: B1, C8 and 7F. RGB value is (177,200,127). Sum of RGB (Red+Green+Blue) = 177+200+127=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C87F is #4E3780. Grayscale: #B9B9B9. Windows color (decimal): -5126017 or 8374449. OLE color: 8374449.

HSL color Cylindrical-coordinate representation of color #B1C87F: hue angle of 78.9º 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 #B1C87F is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB177200127-
CMYK0.1200.360.22
HSL78.9º39.89%64.12%-
HSV(B)78.9º36.5%78.43%-
XYZ42.6252.1927.91-
YUV184.895.38122.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 200 (78.52% from 255) = 39.68%
BLUE value IS 127 (50% from 255) = 25.20%
R=35.12%
G=39.68%
B=25.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001270.1200.360.2278.939.8964.12
HexB1C87FC024164f2840
Octal261310177140442611750100
Binary10110001110010001111111110001001001011010011111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C87F; }

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

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

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

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

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

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

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

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