#B2C18C

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

Shades of Caper #B2C18C

Tints of Caper #B2C18C

Color information

#B2C18C (or 0xB2C18C) is unknown color: approx Caper. HEX triplet: B2, C1 and 8C. RGB value is (178,193,140). Sum of RGB (Red+Green+Blue) = 178+193+140=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C18C is #4D3E73. Grayscale: #B6B6B6. Windows color (decimal): -5062260 or 9224626. OLE color: 9224626.

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

Color convert

RGB178193140-
CMYK0.0800.270.24
HSL76.98º29.94%65.29%-
HSV(B)76.98º27.46%75.69%-
XYZ42.1649.532.14-
YUV182.47104.03124.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=34.83%
G=37.77%
B=27.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781931400.0800.270.2476.9829.9465.29
HexB2C18C801B184d1e41
Octal262301214100333011536101
Binary1011001011000001100011001000011011110001001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C18C; }

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

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

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

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

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

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

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

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