#B9BAAC

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

Shades of Beryl Green #B9BAAC

Tints of Beryl Green #B9BAAC

Color information

#B9BAAC (or 0xB9BAAC) is unknown color: approx Beryl Green. HEX triplet: B9, BA and AC. RGB value is (185,186,172). Sum of RGB (Red+Green+Blue) = 185+186+172=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BAAC is #464553. Grayscale: #B8B8B8. Windows color (decimal): -4605268 or 11319993. OLE color: 11319993.

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

Color convert

RGB185186172-
CMYK0.0100.080.27
HSL64.29º9.21%70.2%-
HSV(B)64.29º7.53%72.94%-
XYZ45.0148.4146-
YUV184.1121.17128.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.07%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=34.07%
G=34.25%
B=31.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851861720.0100.080.2764.299.2170.2
HexB9BAAC1081B40946
Octal27127225410103310011106
Binary10111001101110101010110010100011011100000010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAAC; }

 p { color: rgb(185,186,172); }

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

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

 a { background-color: rgb(185,186,172); }

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

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

 span { border-color: rgb(185,186,172); }

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