Shades of Beryl Green #B9BCA3
Tints of Beryl Green #B9BCA3
RGB
CMYK
RGB Variations
Color information
#B9BCA3 (or 0xB9BCA3) is known color: Beryl Green. HEX triplet: B9, BC and A3. RGB value is (185,188,163). Sum of RGB (Red+Green+Blue) = 185+188+163=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BCA3 is #46435C. Grayscale: #B8B8B8. Windows color (decimal): -4604765 or 10730681. OLE color: 10730681.
HSL color Cylindrical-coordinate representation of color #B9BCA3: hue angle of 67.2º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9BCA3 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 163 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.26 |
| HSL | 67.2º | 0.16% | 0.69% | - |
| HSV(B) | 67.2º | 0.13% | 0.74% | - |
| XYZ | 44.6 | 48.93 | 41.74 | - |
| YUV | 184.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 163 | 0.02 | 0 | 0.13 | 0.26 | 67.2 | 0.16 | 0.69 |
| Hex | B9 | BC | A3 | 2 | 0 | D | 1A | 43 | 10 | 45 |
| Octal | 271 | 274 | 243 | 2 | 0 | 15 | 32 | 103 | 20 | 105 |
| Binary | 10111001 | 10111100 | 10100011 | 10 | 0 | 1101 | 11010 | 1000011 | 10000 | 1000101 |
Color Harmonies of #B9BCA3
Complementary color
Monochromatic Colors of #B9BCA3
Black with #B9BCA3
Text Example
Text Example
White with #B9BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCA3; }
p { color: rgb(185,188,163); }
H1.HeaderClassName
{
color: #B9BCA3;
}
.AnyTagClassName
{
color: #B9BCA3;
}
</style>
background-color css
<style>
a { background-color: #B9BCA3; }
a { background-color: rgb(185,188,163); }
div.DivClassName
{
background-color: #B9BCA3;
}
.BgClassName
{
background-color: #B9BCA3;
}
</style>
border-color css
<style>
span { border-color: #B9BCA3; }
span { border-color: rgb(185,188,163); }
td.TdClassName
{
border-color: #B9BCA3;
}
.TagClassName
{
border-color: #B9BCA3;
}
</style>