#B1C88B

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

Shades of Caper #B1C88B

Tints of Caper #B1C88B

Color information

#B1C88B (or 0xB1C88B) is unknown color: approx Caper. HEX triplet: B1, C8 and 8B. RGB value is (177,200,139). Sum of RGB (Red+Green+Blue) = 177+200+139=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C88B is #4E3774. Grayscale: #BABABA. Windows color (decimal): -5126005 or 9160881. OLE color: 9160881.

HSL color Cylindrical-coordinate representation of color #B1C88B: hue angle of 82.62º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1C88B is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB177200139-
CMYK0.1200.300.22
HSL82.62º35.67%66.47%-
HSV(B)82.62º30.5%78.43%-
XYZ43.4552.5232.27-
YUV186.17101.38121.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 200 (78.52% from 255) = 38.76%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=34.30%
G=38.76%
B=26.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001390.1200.300.2282.6235.6766.47
HexB1C88BC01E16532442
Octal261310213140362612344102
Binary10110001110010001000101111000111101011010100111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C88B; }

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

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

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

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

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

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

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

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