Shades of Coriander #B2B488
Tints of Coriander #B2B488
RGB
CMYK
RGB Variations
Color information
#B2B488 (or 0xB2B488) is known color: Coriander. HEX triplet: B2, B4 and 88. RGB value is (178,180,136). Sum of RGB (Red+Green+Blue) = 178+180+136=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B488 is #4D4B77. Grayscale: #AEAEAE. Windows color (decimal): -5065592 or 8959154. OLE color: 8959154.
HSL color Cylindrical-coordinate representation of color #B2B488: hue angle of 62.73º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2B488 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 180 | 136 | - |
CMYK | 0.01 | 0 | 0.24 | 0.29 |
HSL | 62.73º | 0.23% | 0.62% | - |
HSV(B) | 62.73º | 0.24% | 0.71% | - |
XYZ | 39.13 | 43.89 | 29.7 | - |
YUV | 174.39 | 106.34 | 130.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 180 | 136 | 0.01 | 0 | 0.24 | 0.29 | 62.73 | 0.23 | 0.62 |
Hex | B2 | B4 | 88 | 1 | 0 | 18 | 1D | 3F | 17 | 3E |
Octal | 262 | 264 | 210 | 1 | 0 | 30 | 35 | 77 | 27 | 76 |
Binary | 10110010 | 10110100 | 10001000 | 1 | 0 | 11000 | 11101 | 111111 | 10111 | 111110 |
Color Harmonies of #B2B488
Complementary color
Monochromatic Colors of #B2B488
Black with #B2B488
Text Example
Text Example
White with #B2B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B488; }
p { color: rgb(178,180,136); }
H1.HeaderClassName
{
color: #B2B488;
}
.AnyTagClassName
{
color: #B2B488;
}
</style>
background-color css
<style>
a { background-color: #B2B488; }
a { background-color: rgb(178,180,136); }
div.DivClassName
{
background-color: #B2B488;
}
.BgClassName
{
background-color: #B2B488;
}
</style>
border-color css
<style>
span { border-color: #B2B488; }
span { border-color: rgb(178,180,136); }
td.TdClassName
{
border-color: #B2B488;
}
.TagClassName
{
border-color: #B2B488;
}
</style>