#B1C27F

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

Shades of Caper #B1C27F

Tints of Caper #B1C27F

Color information

#B1C27F (or 0xB1C27F) is unknown color: approx Caper. HEX triplet: B1, C2 and 7F. RGB value is (177,194,127). Sum of RGB (Red+Green+Blue) = 177+194+127=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C27F is #4E3D80. Grayscale: #B5B5B5. Windows color (decimal): -5127553 or 8372913. OLE color: 8372913.

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

Color convert

RGB177194127-
CMYK0.0900.350.24
HSL75.22º35.45%62.94%-
HSV(B)75.22º34.54%76.08%-
XYZ41.2549.4627.45-
YUV181.2897.37124.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 127 (50% from 255) = 25.50%
R=35.54%
G=38.96%
B=25.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771941270.0900.350.2475.2235.4562.94
HexB1C27F9023184b233f
Octal26130217711043301134377
Binary1011000111000010111111110010100011110001001011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C27F; }

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

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

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

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

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

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

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

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