Shades of Beryl Green #B4BAA2
Tints of Beryl Green #B4BAA2
RGB
CMYK
RGB Variations
Color information
#B4BAA2 (or 0xB4BAA2) is known color: Beryl Green. HEX triplet: B4, BA and A2. RGB value is (180,186,162). Sum of RGB (Red+Green+Blue) = 180+186+162=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BAA2 is #4B455D. Grayscale: #B5B5B5. Windows color (decimal): -4932958 or 10664628. OLE color: 10664628.
HSL color Cylindrical-coordinate representation of color #B4BAA2: hue angle of 75º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4BAA2 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 162 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.27 |
| HSL | 75º | 0.15% | 0.68% | - |
| HSV(B) | 75º | 0.13% | 0.73% | - |
| XYZ | 42.9 | 47.43 | 41.08 | - |
| YUV | 181.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 162 | 0.03 | 0 | 0.13 | 0.27 | 75 | 0.15 | 0.68 |
| Hex | B4 | BA | A2 | 3 | 0 | D | 1B | 4B | F | 44 |
| Octal | 264 | 272 | 242 | 3 | 0 | 15 | 33 | 113 | 17 | 104 |
| Binary | 10110100 | 10111010 | 10100010 | 11 | 0 | 1101 | 11011 | 1001011 | 1111 | 1000100 |
Color Harmonies of #B4BAA2
Complementary color
Monochromatic Colors of #B4BAA2
Black with #B4BAA2
Text Example
Text Example
White with #B4BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BAA2; }
p { color: rgb(180,186,162); }
H1.HeaderClassName
{
color: #B4BAA2;
}
.AnyTagClassName
{
color: #B4BAA2;
}
</style>
background-color css
<style>
a { background-color: #B4BAA2; }
a { background-color: rgb(180,186,162); }
div.DivClassName
{
background-color: #B4BAA2;
}
.BgClassName
{
background-color: #B4BAA2;
}
</style>
border-color css
<style>
span { border-color: #B4BAA2; }
span { border-color: rgb(180,186,162); }
td.TdClassName
{
border-color: #B4BAA2;
}
.TagClassName
{
border-color: #B4BAA2;
}
</style>