#B6BAAA

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

Shades of Beryl Green #B6BAAA

Tints of Beryl Green #B6BAAA

Color information

#B6BAAA (or 0xB6BAAA) is unknown color: approx Beryl Green. HEX triplet: B6, BA and AA. RGB value is (182,186,170). Sum of RGB (Red+Green+Blue) = 182+186+170=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BAAA is #494555. Grayscale: #B7B7B7. Windows color (decimal): -4801878 or 11188918. OLE color: 11188918.

HSL color Cylindrical-coordinate representation of color #B6BAAA: hue angle of 75º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6BAAA is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB182186170-
CMYK0.0200.090.27
HSL75º10.39%69.8%-
HSV(B)75º8.6%72.94%-
XYZ44.1147.9744.96-
YUV182.98120.67127.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=33.83%
G=34.57%
B=31.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821861700.0200.090.277510.3969.8
HexB6BAAA2091B4ba46
Octal26627225220113311312106
Binary101101101011101010101010100100111011100101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BAAA; }

 p { color: rgb(182,186,170); }

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

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

 a { background-color: rgb(182,186,170); }

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

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

 span { border-color: rgb(182,186,170); }

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