Shades of Coriander #B2B58A
Tints of Coriander #B2B58A
RGB
CMYK
RGB Variations
Color information
#B2B58A (or 0xB2B58A) is known color: Coriander. HEX triplet: B2, B5 and 8A. RGB value is (178,181,138). Sum of RGB (Red+Green+Blue) = 178+181+138=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B58A is #4D4A75. Grayscale: #AFAFAF. Windows color (decimal): -5065334 or 9090482. OLE color: 9090482.
HSL color Cylindrical-coordinate representation of color #B2B58A: hue angle of 64.19º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2B58A is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 138 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.29 |
| HSL | 64.19º | 0.23% | 0.63% | - |
| HSV(B) | 64.19º | 0.24% | 0.71% | - |
| XYZ | 39.47 | 44.35 | 30.52 | - |
| YUV | 175.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 138 | 0.02 | 0 | 0.24 | 0.29 | 64.19 | 0.23 | 0.63 |
| Hex | B2 | B5 | 8A | 2 | 0 | 18 | 1D | 40 | 17 | 3F |
| Octal | 262 | 265 | 212 | 2 | 0 | 30 | 35 | 100 | 27 | 77 |
| Binary | 10110010 | 10110101 | 10001010 | 10 | 0 | 11000 | 11101 | 1000000 | 10111 | 111111 |
Color Harmonies of #B2B58A
Complementary color
Monochromatic Colors of #B2B58A
Black with #B2B58A
Text Example
Text Example
White with #B2B58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B58A; }
p { color: rgb(178,181,138); }
H1.HeaderClassName
{
color: #B2B58A;
}
.AnyTagClassName
{
color: #B2B58A;
}
</style>
background-color css
<style>
a { background-color: #B2B58A; }
a { background-color: rgb(178,181,138); }
div.DivClassName
{
background-color: #B2B58A;
}
.BgClassName
{
background-color: #B2B58A;
}
</style>
border-color css
<style>
span { border-color: #B2B58A; }
span { border-color: rgb(178,181,138); }
td.TdClassName
{
border-color: #B2B58A;
}
.TagClassName
{
border-color: #B2B58A;
}
</style>