Shades of Beryl Green #BABBB5
Tints of Beryl Green #BABBB5
RGB
CMYK
RGB Variations
Color information
#BABBB5 (or 0xBABBB5) is known color: Beryl Green. HEX triplet: BA, BB and B5. RGB value is (186,187,181). Sum of RGB (Red+Green+Blue) = 186+187+181=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 187 - color contains mainly: green. Hex color #BABBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBB5 is #45444A. Grayscale: #BABABA. Windows color (decimal): -4539467 or 11910074. OLE color: 11910074.
HSL color Cylindrical-coordinate representation of color #BABBB5: hue angle of 70º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BABBB5 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 187 | 181 | - |
CMYK | 0.01 | 0 | 0.03 | 0.27 |
HSL | 70º | 0.04% | 0.72% | - |
HSV(B) | 70º | 0.03% | 0.73% | - |
XYZ | 46.36 | 49.32 | 50.79 | - |
YUV | 186.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 187 | 181 | 0.01 | 0 | 0.03 | 0.27 | 70 | 0.04 | 0.72 |
Hex | BA | BB | B5 | 1 | 0 | 3 | 1B | 46 | 4 | 48 |
Octal | 272 | 273 | 265 | 1 | 0 | 3 | 33 | 106 | 4 | 110 |
Binary | 10111010 | 10111011 | 10110101 | 1 | 0 | 11 | 11011 | 1000110 | 100 | 1001000 |
Color Harmonies of #BABBB5
Complementary color
Monochromatic Colors of #BABBB5
Black with #BABBB5
Text Example
Text Example
White with #BABBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBB5; }
p { color: rgb(186,187,181); }
H1.HeaderClassName
{
color: #BABBB5;
}
.AnyTagClassName
{
color: #BABBB5;
}
</style>
background-color css
<style>
a { background-color: #BABBB5; }
a { background-color: rgb(186,187,181); }
div.DivClassName
{
background-color: #BABBB5;
}
.BgClassName
{
background-color: #BABBB5;
}
</style>
border-color css
<style>
span { border-color: #BABBB5; }
span { border-color: rgb(186,187,181); }
td.TdClassName
{
border-color: #BABBB5;
}
.TagClassName
{
border-color: #BABBB5;
}
</style>