#B1C088

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

Shades of Caper #B1C088

Tints of Caper #B1C088

Color information

#B1C088 (or 0xB1C088) is unknown color: approx Caper. HEX triplet: B1, C0 and 88. RGB value is (177,192,136). Sum of RGB (Red+Green+Blue) = 177+192+136=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C088 is #4E3F77. Grayscale: #B5B5B5. Windows color (decimal): -5128056 or 8962225. OLE color: 8962225.

HSL color Cylindrical-coordinate representation of color #B1C088: hue angle of 76.07º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1C088 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB177192136-
CMYK0.0800.290.25
HSL76.07º30.77%64.31%-
HSV(B)76.07º29.17%75.29%-
XYZ41.4348.8230.53-
YUV181.13102.53125.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=35.05%
G=38.02%
B=26.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771921360.0800.290.2576.0730.7764.31
HexB1C088801D194c1f40
Octal261300210100353111437100
Binary1011000111000000100010001000011101110011001100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C088; }

 p { color: rgb(177,192,136); }

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

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

 a { background-color: rgb(177,192,136); }

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

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

 span { border-color: rgb(177,192,136); }

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