#B2BE90

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

Shades of Caper #B2BE90

Tints of Caper #B2BE90

Color information

#B2BE90 (or 0xB2BE90) is unknown color: approx Caper. HEX triplet: B2, BE and 90. RGB value is (178,190,144). Sum of RGB (Red+Green+Blue) = 178+190+144=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE90 is #4D416F. Grayscale: #B5B5B5. Windows color (decimal): -5063024 or 9486002. OLE color: 9486002.

HSL color Cylindrical-coordinate representation of color #B2BE90: hue angle of 75.65º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2BE90 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB178190144-
CMYK0.0600.240.25
HSL75.65º26.14%65.49%-
HSV(B)75.65º24.21%74.51%-
XYZ41.8148.3133.51-
YUV181.17107.02125.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=34.77%
G=37.11%
B=28.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901440.0600.240.2575.6526.1465.49
HexB2BE906018194c1a41
Octal26227622060303111432101
Binary101100101011111010010000110011000110011001100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE90; }

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

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

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

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

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

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

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

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