#B2B49E

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

Shades of Beryl Green #B2B49E

Tints of Beryl Green #B2B49E

Color information

#B2B49E (or 0xB2B49E) is unknown color: approx Beryl Green. HEX triplet: B2, B4 and 9E. RGB value is (178,180,158). Sum of RGB (Red+Green+Blue) = 178+180+158=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B49E is #4D4B61. Grayscale: #B0B0B0. Windows color (decimal): -5065570 or 10400946. OLE color: 10400946.

HSL color Cylindrical-coordinate representation of color #B2B49E: hue angle of 65.45º degrees, saturation: 0.13, 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 #B2B49E is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB178180158-
CMYK0.0100.120.29
HSL65.45º12.79%66.27%-
HSV(B)65.45º12.22%70.59%-
XYZ40.8544.5838.8-
YUV176.89117.34128.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=34.50%
G=34.88%
B=30.62%

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
Decimal1781801580.0100.120.2965.4512.7966.27
HexB2B49E10C1D41d42
Octal26226423610143510115102
Binary10110010101101001001111010110011101100000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B49E; }

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

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

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

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

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

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

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

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