#B1C48F

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

Shades of Caper #B1C48F

Tints of Caper #B1C48F

Color information

#B1C48F (or 0xB1C48F) is unknown color: approx Caper. HEX triplet: B1, C4 and 8F. RGB value is (177,196,143). Sum of RGB (Red+Green+Blue) = 177+196+143=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C48F is #4E3B70. Grayscale: #B8B8B8. Windows color (decimal): -5127025 or 9422001. OLE color: 9422001.

HSL color Cylindrical-coordinate representation of color #B1C48F: hue angle of 81.51º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1C48F is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB177196143-
CMYK0.1000.270.23
HSL81.51º30.99%66.47%-
HSV(B)81.51º27.04%76.86%-
XYZ42.8350.8133.54-
YUV184.28104.71122.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 143 (56.25% from 255) = 27.71%
R=34.30%
G=37.98%
B=27.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771961430.1000.270.2381.5130.9966.47
HexB1C48FA01B17521f42
Octal261304217120332712237102
Binary1011000111000100100011111010011011101111010010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C48F; }

 p { color: rgb(177,196,143); }

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

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

 a { background-color: rgb(177,196,143); }

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

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

 span { border-color: rgb(177,196,143); }

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