#B1C286

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

Shades of Caper #B1C286

Tints of Caper #B1C286

Color information

#B1C286 (or 0xB1C286) is unknown color: approx Caper. HEX triplet: B1, C2 and 86. RGB value is (177,194,134). Sum of RGB (Red+Green+Blue) = 177+194+134=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C286 is #4E3D79. Grayscale: #B6B6B6. Windows color (decimal): -5127546 or 8831665. OLE color: 8831665.

HSL color Cylindrical-coordinate representation of color #B1C286: hue angle of 77º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1C286 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB177194134-
CMYK0.0900.310.24
HSL77º32.97%64.31%-
HSV(B)77º30.93%76.08%-
XYZ41.7349.6529.94-
YUV182.08100.87124.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 194 (76.17% from 255) = 38.42%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=35.05%
G=38.42%
B=26.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771941340.0900.310.247732.9764.31
HexB1C286901F184d2140
Octal261302206110373011541100
Binary10110001110000101000011010010111111100010011011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C286; }

 p { color: rgb(177,194,134); }

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

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

 a { background-color: rgb(177,194,134); }

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

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

 span { border-color: rgb(177,194,134); }

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