Shades of Beryl Green #BABBA3
Tints of Beryl Green #BABBA3
RGB
CMYK
RGB Variations
Color information
#BABBA3 (or 0xBABBA3) is known color: Beryl Green. HEX triplet: BA, BB and A3. RGB value is (186,187,163). Sum of RGB (Red+Green+Blue) = 186+187+163=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 187 - color contains mainly: green. Hex color #BABBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABBA3 is #45445C. Grayscale: #B8B8B8. Windows color (decimal): -4539485 or 10730426. OLE color: 10730426.
HSL color Cylindrical-coordinate representation of color #BABBA3: hue angle of 62.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BABBA3 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 187 | 163 | - |
CMYK | 0.01 | 0 | 0.13 | 0.27 |
HSL | 62.5º | 0.15% | 0.69% | - |
HSV(B) | 62.5º | 0.13% | 0.73% | - |
XYZ | 44.63 | 48.62 | 41.68 | - |
YUV | 183.97 | 116.17 | 129.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 187 | 163 | 0.01 | 0 | 0.13 | 0.27 | 62.5 | 0.15 | 0.69 |
Hex | BA | BB | A3 | 1 | 0 | D | 1B | 3F | F | 45 |
Octal | 272 | 273 | 243 | 1 | 0 | 15 | 33 | 77 | 17 | 105 |
Binary | 10111010 | 10111011 | 10100011 | 1 | 0 | 1101 | 11011 | 111111 | 1111 | 1000101 |
Color Harmonies of #BABBA3
Complementary color
Monochromatic Colors of #BABBA3
Black with #BABBA3
Text Example
Text Example
White with #BABBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBA3; }
p { color: rgb(186,187,163); }
H1.HeaderClassName
{
color: #BABBA3;
}
.AnyTagClassName
{
color: #BABBA3;
}
</style>
background-color css
<style>
a { background-color: #BABBA3; }
a { background-color: rgb(186,187,163); }
div.DivClassName
{
background-color: #BABBA3;
}
.BgClassName
{
background-color: #BABBA3;
}
</style>
border-color css
<style>
span { border-color: #BABBA3; }
span { border-color: rgb(186,187,163); }
td.TdClassName
{
border-color: #BABBA3;
}
.TagClassName
{
border-color: #BABBA3;
}
</style>