#B2C090

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

Shades of Caper #B2C090

Tints of Caper #B2C090

Color information

#B2C090 (or 0xB2C090) is unknown color: approx Caper. HEX triplet: B2, C0 and 90. RGB value is (178,192,144). Sum of RGB (Red+Green+Blue) = 178+192+144=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C090 is #4D3F6F. Grayscale: #B6B6B6. Windows color (decimal): -5062512 or 9486514. OLE color: 9486514.

HSL color Cylindrical-coordinate representation of color #B2C090: hue angle of 77.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2C090 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB178192144-
CMYK0.0700.250.25
HSL77.5º27.59%65.88%-
HSV(B)77.5º25%75.29%-
XYZ42.2449.1833.65-
YUV182.34106.36124.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 144 (56.64% from 255) = 28.02%
R=34.63%
G=37.35%
B=28.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781921440.0700.250.2577.527.5965.88
HexB2C0907019194e1c42
Octal26230022070313111634102
Binary101100101100000010010000111011001110011001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C090; }

 p { color: rgb(178,192,144); }

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

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

 a { background-color: rgb(178,192,144); }

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

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

 span { border-color: rgb(178,192,144); }

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