Shades of Beryl Green #B6BDA4
Tints of Beryl Green #B6BDA4
RGB
CMYK
RGB Variations
Color information
#B6BDA4 (or 0xB6BDA4) is known color: Beryl Green. HEX triplet: B6, BD and A4. RGB value is (182,189,164). Sum of RGB (Red+Green+Blue) = 182+189+164=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BDA4 is #49425B. Grayscale: #B8B8B8. Windows color (decimal): -4801116 or 10796470. OLE color: 10796470.
HSL color Cylindrical-coordinate representation of color #B6BDA4: hue angle of 76.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6BDA4 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 182 | 189 | 164 | - |
CMYK | 0.04 | 0 | 0.13 | 0.26 |
HSL | 76.8º | 0.16% | 0.69% | - |
HSV(B) | 76.8º | 0.13% | 0.74% | - |
XYZ | 44.19 | 49.02 | 42.25 | - |
YUV | 184.06 | 116.68 | 126.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 189 | 164 | 0.04 | 0 | 0.13 | 0.26 | 76.8 | 0.16 | 0.69 |
Hex | B6 | BD | A4 | 4 | 0 | D | 1A | 4D | 10 | 45 |
Octal | 266 | 275 | 244 | 4 | 0 | 15 | 32 | 115 | 20 | 105 |
Binary | 10110110 | 10111101 | 10100100 | 100 | 0 | 1101 | 11010 | 1001101 | 10000 | 1000101 |
Color Harmonies of #B6BDA4
Complementary color
Monochromatic Colors of #B6BDA4
Black with #B6BDA4
Text Example
Text Example
White with #B6BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BDA4; }
p { color: rgb(182,189,164); }
H1.HeaderClassName
{
color: #B6BDA4;
}
.AnyTagClassName
{
color: #B6BDA4;
}
</style>
background-color css
<style>
a { background-color: #B6BDA4; }
a { background-color: rgb(182,189,164); }
div.DivClassName
{
background-color: #B6BDA4;
}
.BgClassName
{
background-color: #B6BDA4;
}
</style>
border-color css
<style>
span { border-color: #B6BDA4; }
span { border-color: rgb(182,189,164); }
td.TdClassName
{
border-color: #B6BDA4;
}
.TagClassName
{
border-color: #B6BDA4;
}
</style>