Shades of Beryl Green #B7BDA0
Tints of Beryl Green #B7BDA0
RGB
CMYK
RGB Variations
Color information
#B7BDA0 (or 0xB7BDA0) is known color: Beryl Green. HEX triplet: B7, BD and A0. RGB value is (183,189,160). Sum of RGB (Red+Green+Blue) = 183+189+160=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BDA0 is #48425F. Grayscale: #B8B8B8. Windows color (decimal): -4735584 or 10534327. OLE color: 10534327.
HSL color Cylindrical-coordinate representation of color #B7BDA0: hue angle of 72.41º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7BDA0 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 183 | 189 | 160 | - |
CMYK | 0.03 | 0 | 0.15 | 0.26 |
HSL | 72.41º | 0.18% | 0.68% | - |
HSV(B) | 72.41º | 0.15% | 0.74% | - |
XYZ | 44.07 | 49 | 40.39 | - |
YUV | 183.9 | 114.51 | 127.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 189 | 160 | 0.03 | 0 | 0.15 | 0.26 | 72.41 | 0.18 | 0.68 |
Hex | B7 | BD | A0 | 3 | 0 | F | 1A | 48 | 12 | 44 |
Octal | 267 | 275 | 240 | 3 | 0 | 17 | 32 | 110 | 22 | 104 |
Binary | 10110111 | 10111101 | 10100000 | 11 | 0 | 1111 | 11010 | 1001000 | 10010 | 1000100 |
Color Harmonies of #B7BDA0
Complementary color
Monochromatic Colors of #B7BDA0
Black with #B7BDA0
Text Example
Text Example
White with #B7BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BDA0; }
p { color: rgb(183,189,160); }
H1.HeaderClassName
{
color: #B7BDA0;
}
.AnyTagClassName
{
color: #B7BDA0;
}
</style>
background-color css
<style>
a { background-color: #B7BDA0; }
a { background-color: rgb(183,189,160); }
div.DivClassName
{
background-color: #B7BDA0;
}
.BgClassName
{
background-color: #B7BDA0;
}
</style>
border-color css
<style>
span { border-color: #B7BDA0; }
span { border-color: rgb(183,189,160); }
td.TdClassName
{
border-color: #B7BDA0;
}
.TagClassName
{
border-color: #B7BDA0;
}
</style>