#B2CA8C

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

Shades of Caper #B2CA8C

Tints of Caper #B2CA8C

Color information

#B2CA8C (or 0xB2CA8C) is unknown color: approx Caper. HEX triplet: B2, CA and 8C. RGB value is (178,202,140). Sum of RGB (Red+Green+Blue) = 178+202+140=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA8C is #4D3573. Grayscale: #BBBBBB. Windows color (decimal): -5059956 or 9226930. OLE color: 9226930.

HSL color Cylindrical-coordinate representation of color #B2CA8C: hue angle of 83.23º 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 #B2CA8C is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB178202140-
CMYK0.1200.310.21
HSL83.23º36.9%67.06%-
HSV(B)83.23º30.69%79.22%-
XYZ44.2153.632.83-
YUV187.76101.05121.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.23%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=34.23%
G=38.85%
B=26.92%

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
Decimal1782021400.1200.310.2183.2336.967.06
HexB2CA8CC01F15532543
Octal262312214140372512345103
Binary10110010110010101000110011000111111010110100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA8C; }

 p { color: rgb(178,202,140); }

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

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

 a { background-color: rgb(178,202,140); }

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

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

 span { border-color: rgb(178,202,140); }

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