#B2C188

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

Shades of Caper #B2C188

Tints of Caper #B2C188

Color information

#B2C188 (or 0xB2C188) is unknown color: approx Caper. HEX triplet: B2, C1 and 88. RGB value is (178,193,136). Sum of RGB (Red+Green+Blue) = 178+193+136=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C188 is #4D3E77. Grayscale: #B6B6B6. Windows color (decimal): -5062264 or 8962482. OLE color: 8962482.

HSL color Cylindrical-coordinate representation of color #B2C188: hue angle of 75.79º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C188 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB178193136-
CMYK0.0800.300.24
HSL75.79º31.49%64.51%-
HSV(B)75.79º29.53%75.69%-
XYZ41.8749.3830.62-
YUV182.02102.03125.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=35.11%
G=38.07%
B=26.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781931360.0800.300.2475.7931.4964.51
HexB2C188801E184c1f41
Octal262301210100363011437101
Binary1011001011000001100010001000011110110001001100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C188; }

 p { color: rgb(178,193,136); }

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

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

 a { background-color: rgb(178,193,136); }

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

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

 span { border-color: rgb(178,193,136); }

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