Shades of Beryl Green #B6BDA1
Tints of Beryl Green #B6BDA1
RGB
CMYK
RGB Variations
Color information
#B6BDA1 (or 0xB6BDA1) is known color: Beryl Green. HEX triplet: B6, BD and A1. RGB value is (182,189,161). Sum of RGB (Red+Green+Blue) = 182+189+161=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BDA1 is #49425E. Grayscale: #B7B7B7. Windows color (decimal): -4801119 or 10599862. OLE color: 10599862.
HSL color Cylindrical-coordinate representation of color #B6BDA1: hue angle of 75º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6BDA1 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 182 | 189 | 161 | - |
CMYK | 0.04 | 0 | 0.15 | 0.26 |
HSL | 75º | 0.18% | 0.69% | - |
HSV(B) | 75º | 0.15% | 0.74% | - |
XYZ | 43.92 | 48.91 | 40.84 | - |
YUV | 183.72 | 115.18 | 126.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 189 | 161 | 0.04 | 0 | 0.15 | 0.26 | 75 | 0.18 | 0.69 |
Hex | B6 | BD | A1 | 4 | 0 | F | 1A | 4B | 12 | 45 |
Octal | 266 | 275 | 241 | 4 | 0 | 17 | 32 | 113 | 22 | 105 |
Binary | 10110110 | 10111101 | 10100001 | 100 | 0 | 1111 | 11010 | 1001011 | 10010 | 1000101 |
Color Harmonies of #B6BDA1
Complementary color
Monochromatic Colors of #B6BDA1
Black with #B6BDA1
Text Example
Text Example
White with #B6BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BDA1; }
p { color: rgb(182,189,161); }
H1.HeaderClassName
{
color: #B6BDA1;
}
.AnyTagClassName
{
color: #B6BDA1;
}
</style>
background-color css
<style>
a { background-color: #B6BDA1; }
a { background-color: rgb(182,189,161); }
div.DivClassName
{
background-color: #B6BDA1;
}
.BgClassName
{
background-color: #B6BDA1;
}
</style>
border-color css
<style>
span { border-color: #B6BDA1; }
span { border-color: rgb(182,189,161); }
td.TdClassName
{
border-color: #B6BDA1;
}
.TagClassName
{
border-color: #B6BDA1;
}
</style>