Shades of Beryl Green #BABCA8
Tints of Beryl Green #BABCA8
RGB
CMYK
RGB Variations
Color information
#BABCA8 (or 0xBABCA8) is known color: Beryl Green. HEX triplet: BA, BC and A8. RGB value is (186,188,168). Sum of RGB (Red+Green+Blue) = 186+188+168=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCA8 is #454357. Grayscale: #B9B9B9. Windows color (decimal): -4539224 or 11058362. OLE color: 11058362.
HSL color Cylindrical-coordinate representation of color #BABCA8: hue angle of 66º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABCA8 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 188 | 168 | - |
CMYK | 0.01 | 0 | 0.11 | 0.26 |
HSL | 66º | 0.13% | 0.7% | - |
HSV(B) | 66º | 0.11% | 0.74% | - |
XYZ | 45.3 | 49.23 | 44.16 | - |
YUV | 185.12 | 118.34 | 128.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 188 | 168 | 0.01 | 0 | 0.11 | 0.26 | 66 | 0.13 | 0.7 |
Hex | BA | BC | A8 | 1 | 0 | B | 1A | 42 | D | 46 |
Octal | 272 | 274 | 250 | 1 | 0 | 13 | 32 | 102 | 15 | 106 |
Binary | 10111010 | 10111100 | 10101000 | 1 | 0 | 1011 | 11010 | 1000010 | 1101 | 1000110 |
Color Harmonies of #BABCA8
Complementary color
Monochromatic Colors of #BABCA8
Black with #BABCA8
Text Example
Text Example
White with #BABCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABCA8; }
p { color: rgb(186,188,168); }
H1.HeaderClassName
{
color: #BABCA8;
}
.AnyTagClassName
{
color: #BABCA8;
}
</style>
background-color css
<style>
a { background-color: #BABCA8; }
a { background-color: rgb(186,188,168); }
div.DivClassName
{
background-color: #BABCA8;
}
.BgClassName
{
background-color: #BABCA8;
}
</style>
border-color css
<style>
span { border-color: #BABCA8; }
span { border-color: rgb(186,188,168); }
td.TdClassName
{
border-color: #BABCA8;
}
.TagClassName
{
border-color: #BABCA8;
}
</style>