#B2C18E

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

Shades of Caper #B2C18E

Tints of Caper #B2C18E

Color information

#B2C18E (or 0xB2C18E) is unknown color: approx Caper. HEX triplet: B2, C1 and 8E. RGB value is (178,193,142). Sum of RGB (Red+Green+Blue) = 178+193+142=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C18E is #4D3E71. Grayscale: #B6B6B6. Windows color (decimal): -5062258 or 9355698. OLE color: 9355698.

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

Color convert

RGB178193142-
CMYK0.0800.260.24
HSL77.65º29.14%65.69%-
HSV(B)77.65º26.42%75.69%-
XYZ42.3149.5632.93-
YUV182.7105.03124.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 193 (75.78% from 255) = 37.62%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=34.70%
G=37.62%
B=27.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781931420.0800.260.2477.6529.1465.69
HexB2C18E801A184e1d42
Octal262301216100323011635102
Binary1011001011000001100011101000011010110001001110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C18E; }

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

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

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

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

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

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

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

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