#B6BAA9

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

Shades of Beryl Green #B6BAA9

Tints of Beryl Green #B6BAA9

Color information

#B6BAA9 (or 0xB6BAA9) is unknown color: approx Beryl Green. HEX triplet: B6, BA and A9. RGB value is (182,186,169). Sum of RGB (Red+Green+Blue) = 182+186+169=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BAA9 is #494556. Grayscale: #B6B6B6. Windows color (decimal): -4801879 or 11123382. OLE color: 11123382.

HSL color Cylindrical-coordinate representation of color #B6BAA9: hue angle of 74.12º degrees, saturation: 0.11, 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 #B6BAA9 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB182186169-
CMYK0.0200.090.27
HSL74.12º10.97%69.61%-
HSV(B)74.12º9.14%72.94%-
XYZ44.0147.9344.47-
YUV182.87120.17127.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.89%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=33.89%
G=34.64%
B=31.47%

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
Decimal1821861690.0200.090.2774.1210.9769.61
HexB6BAA92091B4ab46
Octal26627225120113311213106
Binary101101101011101010101001100100111011100101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BAA9; }

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

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

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

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

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

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

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

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