Shades of Beryl Green #B9BBAC
Tints of Beryl Green #B9BBAC
RGB
CMYK
RGB Variations
Color information
#B9BBAC (or 0xB9BBAC) is known color: Beryl Green. HEX triplet: B9, BB and AC. RGB value is (185,187,172). Sum of RGB (Red+Green+Blue) = 185+187+172=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BBAC is #464453. Grayscale: #B8B8B8. Windows color (decimal): -4605012 or 11320249. OLE color: 11320249.
HSL color Cylindrical-coordinate representation of color #B9BBAC: hue angle of 68º degrees, saturation: 0.1, 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 #B9BBAC is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 187 | 172 | - |
CMYK | 0.01 | 0 | 0.08 | 0.27 |
HSL | 68º | 0.1% | 0.7% | - |
HSV(B) | 68º | 0.08% | 0.73% | - |
XYZ | 45.22 | 48.83 | 46.07 | - |
YUV | 184.69 | 120.84 | 128.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 187 | 172 | 0.01 | 0 | 0.08 | 0.27 | 68 | 0.1 | 0.7 |
Hex | B9 | BB | AC | 1 | 0 | 8 | 1B | 44 | A | 46 |
Octal | 271 | 273 | 254 | 1 | 0 | 10 | 33 | 104 | 12 | 106 |
Binary | 10111001 | 10111011 | 10101100 | 1 | 0 | 1000 | 11011 | 1000100 | 1010 | 1000110 |
Color Harmonies of #B9BBAC
Complementary color
Monochromatic Colors of #B9BBAC
Black with #B9BBAC
Text Example
Text Example
White with #B9BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBAC; }
p { color: rgb(185,187,172); }
H1.HeaderClassName
{
color: #B9BBAC;
}
.AnyTagClassName
{
color: #B9BBAC;
}
</style>
background-color css
<style>
a { background-color: #B9BBAC; }
a { background-color: rgb(185,187,172); }
div.DivClassName
{
background-color: #B9BBAC;
}
.BgClassName
{
background-color: #B9BBAC;
}
</style>
border-color css
<style>
span { border-color: #B9BBAC; }
span { border-color: rgb(185,187,172); }
td.TdClassName
{
border-color: #B9BBAC;
}
.TagClassName
{
border-color: #B9BBAC;
}
</style>