#B2B49F

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

Shades of Beryl Green #B2B49F

Tints of Beryl Green #B2B49F

Color information

#B2B49F (or 0xB2B49F) is unknown color: approx Beryl Green. HEX triplet: B2, B4 and 9F. RGB value is (178,180,159). Sum of RGB (Red+Green+Blue) = 178+180+159=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B49F is #4D4B60. Grayscale: #B1B1B1. Windows color (decimal): -5065569 or 10466482. OLE color: 10466482.

HSL color Cylindrical-coordinate representation of color #B2B49F: hue angle of 65.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2B49F is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB178180159-
CMYK0.0100.120.29
HSL65.71º12.28%66.47%-
HSV(B)65.71º11.67%70.59%-
XYZ40.9444.6139.25-
YUV177.01117.84128.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=34.43%
G=34.82%
B=30.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801590.0100.120.2965.7112.2866.47
HexB2B49F10C1D42c42
Octal26226423710143510214102
Binary10110010101101001001111110110011101100001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B49F; }

 p { color: rgb(178,180,159); }

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

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

 a { background-color: rgb(178,180,159); }

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

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

 span { border-color: rgb(178,180,159); }

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