Shades of Beryl Green #BABEA2
Tints of Beryl Green #BABEA2
RGB
CMYK
RGB Variations
Color information
#BABEA2 (or 0xBABEA2) is known color: Beryl Green. HEX triplet: BA, BE and A2. RGB value is (186,190,162). Sum of RGB (Red+Green+Blue) = 186+190+162=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #BABEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABEA2 is #45415D. Grayscale: #B9B9B9. Windows color (decimal): -4538718 or 10665658. OLE color: 10665658.
HSL color Cylindrical-coordinate representation of color #BABEA2: hue angle of 68.57º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BABEA2 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
RGB | 186 | 190 | 162 | - |
CMYK | 0.02 | 0 | 0.15 | 0.25 |
HSL | 68.57º | 0.18% | 0.69% | - |
HSV(B) | 68.57º | 0.15% | 0.75% | - |
XYZ | 45.18 | 49.87 | 41.43 | - |
YUV | 185.61 | 114.67 | 128.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 190 | 162 | 0.02 | 0 | 0.15 | 0.25 | 68.57 | 0.18 | 0.69 |
Hex | BA | BE | A2 | 2 | 0 | F | 19 | 45 | 12 | 45 |
Octal | 272 | 276 | 242 | 2 | 0 | 17 | 31 | 105 | 22 | 105 |
Binary | 10111010 | 10111110 | 10100010 | 10 | 0 | 1111 | 11001 | 1000101 | 10010 | 1000101 |
Color Harmonies of #BABEA2
Complementary color
Monochromatic Colors of #BABEA2
Black with #BABEA2
Text Example
Text Example
White with #BABEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABEA2; }
p { color: rgb(186,190,162); }
H1.HeaderClassName
{
color: #BABEA2;
}
.AnyTagClassName
{
color: #BABEA2;
}
</style>
background-color css
<style>
a { background-color: #BABEA2; }
a { background-color: rgb(186,190,162); }
div.DivClassName
{
background-color: #BABEA2;
}
.BgClassName
{
background-color: #BABEA2;
}
</style>
border-color css
<style>
span { border-color: #BABEA2; }
span { border-color: rgb(186,190,162); }
td.TdClassName
{
border-color: #BABEA2;
}
.TagClassName
{
border-color: #BABEA2;
}
</style>