Shades of Beryl Green #BABDA4
Tints of Beryl Green #BABDA4
RGB
CMYK
RGB Variations
Color information
#BABDA4 (or 0xBABDA4) is known color: Beryl Green. HEX triplet: BA, BD and A4. RGB value is (186,189,164). Sum of RGB (Red+Green+Blue) = 186+189+164=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDA4 is #45425B. Grayscale: #B9B9B9. Windows color (decimal): -4538972 or 10796474. OLE color: 10796474.
HSL color Cylindrical-coordinate representation of color #BABDA4: 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 #BABDA4 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 189 | 164 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.26 |
| HSL | 67.2º | 0.16% | 0.69% | - |
| HSV(B) | 67.2º | 0.13% | 0.74% | - |
| XYZ | 45.15 | 49.51 | 42.3 | - |
| YUV | 185.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 164 | 0.02 | 0 | 0.13 | 0.26 | 67.2 | 0.16 | 0.69 |
| Hex | BA | BD | A4 | 2 | 0 | D | 1A | 43 | 10 | 45 |
| Octal | 272 | 275 | 244 | 2 | 0 | 15 | 32 | 103 | 20 | 105 |
| Binary | 10111010 | 10111101 | 10100100 | 10 | 0 | 1101 | 11010 | 1000011 | 10000 | 1000101 |
Color Harmonies of #BABDA4
Complementary color
Monochromatic Colors of #BABDA4
Black with #BABDA4
Text Example
Text Example
White with #BABDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDA4; }
p { color: rgb(186,189,164); }
H1.HeaderClassName
{
color: #BABDA4;
}
.AnyTagClassName
{
color: #BABDA4;
}
</style>
background-color css
<style>
a { background-color: #BABDA4; }
a { background-color: rgb(186,189,164); }
div.DivClassName
{
background-color: #BABDA4;
}
.BgClassName
{
background-color: #BABDA4;
}
</style>
border-color css
<style>
span { border-color: #BABDA4; }
span { border-color: rgb(186,189,164); }
td.TdClassName
{
border-color: #BABDA4;
}
.TagClassName
{
border-color: #BABDA4;
}
</style>