Shades of Beryl Green #BABDA3
Tints of Beryl Green #BABDA3
RGB
CMYK
RGB Variations
Color information
#BABDA3 (or 0xBABDA3) is known color: Beryl Green. HEX triplet: BA, BD and A3. RGB value is (186,189,163). Sum of RGB (Red+Green+Blue) = 186+189+163=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDA3 is #45425C. Grayscale: #B9B9B9. Windows color (decimal): -4538973 or 10730938. OLE color: 10730938.
HSL color Cylindrical-coordinate representation of color #BABDA3: hue angle of 66.92º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BABDA3 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 186 | 189 | 163 | - |
CMYK | 0.02 | 0 | 0.14 | 0.26 |
HSL | 66.92º | 0.16% | 0.69% | - |
HSV(B) | 66.92º | 0.14% | 0.74% | - |
XYZ | 45.06 | 49.48 | 41.83 | - |
YUV | 185.14 | 115.51 | 128.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 189 | 163 | 0.02 | 0 | 0.14 | 0.26 | 66.92 | 0.16 | 0.69 |
Hex | BA | BD | A3 | 2 | 0 | E | 1A | 43 | 10 | 45 |
Octal | 272 | 275 | 243 | 2 | 0 | 16 | 32 | 103 | 20 | 105 |
Binary | 10111010 | 10111101 | 10100011 | 10 | 0 | 1110 | 11010 | 1000011 | 10000 | 1000101 |
Color Harmonies of #BABDA3
Complementary color
Monochromatic Colors of #BABDA3
Black with #BABDA3
Text Example
Text Example
White with #BABDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDA3; }
p { color: rgb(186,189,163); }
H1.HeaderClassName
{
color: #BABDA3;
}
.AnyTagClassName
{
color: #BABDA3;
}
</style>
background-color css
<style>
a { background-color: #BABDA3; }
a { background-color: rgb(186,189,163); }
div.DivClassName
{
background-color: #BABDA3;
}
.BgClassName
{
background-color: #BABDA3;
}
</style>
border-color css
<style>
span { border-color: #BABDA3; }
span { border-color: rgb(186,189,163); }
td.TdClassName
{
border-color: #BABDA3;
}
.TagClassName
{
border-color: #BABDA3;
}
</style>