#B1CA8B

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

Shades of Caper #B1CA8B

Tints of Caper #B1CA8B

Color information

#B1CA8B (or 0xB1CA8B) is unknown color: approx Caper. HEX triplet: B1, CA and 8B. RGB value is (177,202,139). Sum of RGB (Red+Green+Blue) = 177+202+139=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA8B is #4E3574. Grayscale: #BBBBBB. Windows color (decimal): -5125493 or 9161393. OLE color: 9161393.

HSL color Cylindrical-coordinate representation of color #B1CA8B: hue angle of 83.81º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1CA8B is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB177202139-
CMYK0.1200.310.21
HSL83.81º37.28%66.86%-
HSV(B)83.81º31.19%79.22%-
XYZ43.9153.4532.43-
YUV187.34100.72120.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 139 (54.69% from 255) = 26.83%
R=34.17%
G=39.00%
B=26.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1772021390.1200.310.2183.8137.2866.86
HexB1CA8BC01F15542543
Octal261312213140372512445103
Binary10110001110010101000101111000111111010110101001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CA8B; }

 p { color: rgb(177,202,139); }

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

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

 a { background-color: rgb(177,202,139); }

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

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

 span { border-color: rgb(177,202,139); }

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