Shades of Beryl Green #BABDA5
Tints of Beryl Green #BABDA5
RGB
CMYK
RGB Variations
Color information
#BABDA5 (or 0xBABDA5) is known color: Beryl Green. HEX triplet: BA, BD and A5. RGB value is (186,189,165). Sum of RGB (Red+Green+Blue) = 186+189+165=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDA5 is #45425A. Grayscale: #B9B9B9. Windows color (decimal): -4538971 or 10862010. OLE color: 10862010.
HSL color Cylindrical-coordinate representation of color #BABDA5: hue angle of 67.5º degrees, saturation: 0.15, 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 #BABDA5 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 165 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.26 |
| HSL | 67.5º | 0.15% | 0.69% | - |
| HSV(B) | 67.5º | 0.13% | 0.74% | - |
| XYZ | 45.24 | 49.55 | 42.78 | - |
| YUV | 185.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 165 | 0.02 | 0 | 0.13 | 0.26 | 67.5 | 0.15 | 0.69 |
| Hex | BA | BD | A5 | 2 | 0 | D | 1A | 44 | F | 45 |
| Octal | 272 | 275 | 245 | 2 | 0 | 15 | 32 | 104 | 17 | 105 |
| Binary | 10111010 | 10111101 | 10100101 | 10 | 0 | 1101 | 11010 | 1000100 | 1111 | 1000101 |
Color Harmonies of #BABDA5
Complementary color
Monochromatic Colors of #BABDA5
Black with #BABDA5
Text Example
Text Example
White with #BABDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDA5; }
p { color: rgb(186,189,165); }
H1.HeaderClassName
{
color: #BABDA5;
}
.AnyTagClassName
{
color: #BABDA5;
}
</style>
background-color css
<style>
a { background-color: #BABDA5; }
a { background-color: rgb(186,189,165); }
div.DivClassName
{
background-color: #BABDA5;
}
.BgClassName
{
background-color: #BABDA5;
}
</style>
border-color css
<style>
span { border-color: #BABDA5; }
span { border-color: rgb(186,189,165); }
td.TdClassName
{
border-color: #BABDA5;
}
.TagClassName
{
border-color: #BABDA5;
}
</style>