#B2C291

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

Shades of Caper #B2C291

Tints of Caper #B2C291

Color information

#B2C291 (or 0xB2C291) is unknown color: approx Caper. HEX triplet: B2, C2 and 91. RGB value is (178,194,145). Sum of RGB (Red+Green+Blue) = 178+194+145=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C291 is #4D3D6E. Grayscale: #B7B7B7. Windows color (decimal): -5061999 or 9552562. OLE color: 9552562.

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

Color convert

RGB178194145-
CMYK0.0800.250.24
HSL79.59º28.65%66.47%-
HSV(B)79.59º25.26%76.08%-
XYZ42.7650.0934.2-
YUV183.63106.2123.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 194 (76.17% from 255) = 37.52%
BLUE value IS 145 (57.03% from 255) = 28.05%
R=34.43%
G=37.52%
B=28.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781941450.0800.250.2479.5928.6566.47
HexB2C291801918501d42
Octal262302221100313012035102
Binary1011001011000010100100011000011001110001010000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C291; }

 p { color: rgb(178,194,145); }

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

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

 a { background-color: rgb(178,194,145); }

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

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

 span { border-color: rgb(178,194,145); }

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