#B2C18B

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

Shades of Caper #B2C18B

Tints of Caper #B2C18B

Color information

#B2C18B (or 0xB2C18B) is unknown color: approx Caper. HEX triplet: B2, C1 and 8B. RGB value is (178,193,139). Sum of RGB (Red+Green+Blue) = 178+193+139=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C18B is #4D3E74. Grayscale: #B6B6B6. Windows color (decimal): -5062261 or 9159090. OLE color: 9159090.

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

Color convert

RGB178193139-
CMYK0.0800.280.24
HSL76.67º30.34%65.1%-
HSV(B)76.67º27.98%75.69%-
XYZ42.0949.4731.76-
YUV182.36103.53124.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=34.90%
G=37.84%
B=27.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781931390.0800.280.2476.6730.3465.1
HexB2C18B801C184d1e41
Octal262301213100343011536101
Binary1011001011000001100010111000011100110001001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C18B; }

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

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

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

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

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

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

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

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