#B2C18D

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

Shades of Caper #B2C18D

Tints of Caper #B2C18D

Color information

#B2C18D (or 0xB2C18D) is unknown color: approx Caper. HEX triplet: B2, C1 and 8D. RGB value is (178,193,141). Sum of RGB (Red+Green+Blue) = 178+193+141=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C18D is #4D3E72. Grayscale: #B6B6B6. Windows color (decimal): -5062259 or 9290162. OLE color: 9290162.

HSL color Cylindrical-coordinate representation of color #B2C18D: hue angle of 77.31º 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 #B2C18D is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB178193141-
CMYK0.0800.270.24
HSL77.31º29.55%65.49%-
HSV(B)77.31º26.94%75.69%-
XYZ42.2449.5332.53-
YUV182.59104.53124.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 193 (75.78% from 255) = 37.70%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=34.77%
G=37.70%
B=27.54%

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
Decimal1781931410.0800.270.2477.3129.5565.49
HexB2C18D801B184d1e41
Octal262301215100333011536101
Binary1011001011000001100011011000011011110001001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C18D; }

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

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

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

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

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

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

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

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