#B1C87C

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

Shades of Caper #B1C87C

Tints of Caper #B1C87C

Color information

#B1C87C (or 0xB1C87C) is unknown color: approx Caper. HEX triplet: B1, C8 and 7C. RGB value is (177,200,124). Sum of RGB (Red+Green+Blue) = 177+200+124=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C87C is #4E3783. Grayscale: #B8B8B8. Windows color (decimal): -5126020 or 8177841. OLE color: 8177841.

HSL color Cylindrical-coordinate representation of color #B1C87C: hue angle of 78.16º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1C87C is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB177200124-
CMYK0.1200.380.22
HSL78.16º40.86%63.53%-
HSV(B)78.16º38%78.43%-
XYZ42.4252.1126.89-
YUV184.4693.88122.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=35.33%
G=39.92%
B=24.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001240.1200.380.2278.1640.8663.53
HexB1C87CC026164e2940
Octal261310174140462611651100
Binary10110001110010001111100110001001101011010011101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C87C; }

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

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

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

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

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

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

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

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