Shades of Beryl Green #B4B5AF
Tints of Beryl Green #B4B5AF
RGB
CMYK
RGB Variations
Color information
#B4B5AF (or 0xB4B5AF) is known color: Beryl Green. HEX triplet: B4, B5 and AF. RGB value is (180,181,175). Sum of RGB (Red+Green+Blue) = 180+181+175=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B5AF is #4B4A50. Grayscale: #B4B4B4. Windows color (decimal): -4934225 or 11515316. OLE color: 11515316.
HSL color Cylindrical-coordinate representation of color #B4B5AF: hue angle of 70º degrees, saturation: 0.04, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B4B5AF is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 181 | 175 | - |
CMYK | 0.01 | 0 | 0.03 | 0.29 |
HSL | 70º | 0.04% | 0.7% | - |
HSV(B) | 70º | 0.03% | 0.71% | - |
XYZ | 43.08 | 45.85 | 47.14 | - |
YUV | 180.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 181 | 175 | 0.01 | 0 | 0.03 | 0.29 | 70 | 0.04 | 0.7 |
Hex | B4 | B5 | AF | 1 | 0 | 3 | 1D | 46 | 4 | 46 |
Octal | 264 | 265 | 257 | 1 | 0 | 3 | 35 | 106 | 4 | 106 |
Binary | 10110100 | 10110101 | 10101111 | 1 | 0 | 11 | 11101 | 1000110 | 100 | 1000110 |
Color Harmonies of #B4B5AF
Complementary color
Monochromatic Colors of #B4B5AF
Black with #B4B5AF
Text Example
Text Example
White with #B4B5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B5AF; }
p { color: rgb(180,181,175); }
H1.HeaderClassName
{
color: #B4B5AF;
}
.AnyTagClassName
{
color: #B4B5AF;
}
</style>
background-color css
<style>
a { background-color: #B4B5AF; }
a { background-color: rgb(180,181,175); }
div.DivClassName
{
background-color: #B4B5AF;
}
.BgClassName
{
background-color: #B4B5AF;
}
</style>
border-color css
<style>
span { border-color: #B4B5AF; }
span { border-color: rgb(180,181,175); }
td.TdClassName
{
border-color: #B4B5AF;
}
.TagClassName
{
border-color: #B4B5AF;
}
</style>