Shades of Beryl Green #B4BAA4
Tints of Beryl Green #B4BAA4
RGB
CMYK
RGB Variations
Color information
#B4BAA4 (or 0xB4BAA4) is known color: Beryl Green. HEX triplet: B4, BA and A4. RGB value is (180,186,164). Sum of RGB (Red+Green+Blue) = 180+186+164=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BAA4 is #4B455B. Grayscale: #B5B5B5. Windows color (decimal): -4932956 or 10795700. OLE color: 10795700.
HSL color Cylindrical-coordinate representation of color #B4BAA4: hue angle of 76.36º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4BAA4 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 164 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.27 |
| HSL | 76.36º | 0.14% | 0.69% | - |
| HSV(B) | 76.36º | 0.12% | 0.73% | - |
| XYZ | 43.08 | 47.5 | 42.02 | - |
| YUV | 181.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 164 | 0.03 | 0 | 0.12 | 0.27 | 76.36 | 0.14 | 0.69 |
| Hex | B4 | BA | A4 | 3 | 0 | C | 1B | 4C | E | 45 |
| Octal | 264 | 272 | 244 | 3 | 0 | 14 | 33 | 114 | 16 | 105 |
| Binary | 10110100 | 10111010 | 10100100 | 11 | 0 | 1100 | 11011 | 1001100 | 1110 | 1000101 |
Color Harmonies of #B4BAA4
Complementary color
Monochromatic Colors of #B4BAA4
Black with #B4BAA4
Text Example
Text Example
White with #B4BAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BAA4; }
p { color: rgb(180,186,164); }
H1.HeaderClassName
{
color: #B4BAA4;
}
.AnyTagClassName
{
color: #B4BAA4;
}
</style>
background-color css
<style>
a { background-color: #B4BAA4; }
a { background-color: rgb(180,186,164); }
div.DivClassName
{
background-color: #B4BAA4;
}
.BgClassName
{
background-color: #B4BAA4;
}
</style>
border-color css
<style>
span { border-color: #B4BAA4; }
span { border-color: rgb(180,186,164); }
td.TdClassName
{
border-color: #B4BAA4;
}
.TagClassName
{
border-color: #B4BAA4;
}
</style>