Shades of Celery #B2BD5A
Tints of Celery #B2BD5A
RGB
CMYK
RGB Variations
Color information
#B2BD5A (or 0xB2BD5A) is known color: Celery. HEX triplet: B2, BD and 5A. RGB value is (178,189,90). Sum of RGB (Red+Green+Blue) = 178+189+90=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD5A is #4D42A5. Grayscale: #AEAEAE. Windows color (decimal): -5063334 or 5946802. OLE color: 5946802.
HSL color Cylindrical-coordinate representation of color #B2BD5A: hue angle of 66.67º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2BD5A is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 90 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.26 |
| HSL | 66.67º | 0.43% | 0.55% | - |
| HSV(B) | 66.67º | 0.52% | 0.74% | - |
| XYZ | 38.4 | 46.6 | 16.64 | - |
| YUV | 174.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 90 | 0.06 | 0 | 0.52 | 0.26 | 66.67 | 0.43 | 0.55 |
| Hex | B2 | BD | 5A | 6 | 0 | 34 | 1A | 43 | 2B | 37 |
| Octal | 262 | 275 | 132 | 6 | 0 | 64 | 32 | 103 | 53 | 67 |
| Binary | 10110010 | 10111101 | 1011010 | 110 | 0 | 110100 | 11010 | 1000011 | 101011 | 110111 |
Color Harmonies of #B2BD5A
Complementary color
Monochromatic Colors of #B2BD5A
Black with #B2BD5A
Text Example
Text Example
White with #B2BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD5A; }
p { color: rgb(178,189,90); }
H1.HeaderClassName
{
color: #B2BD5A;
}
.AnyTagClassName
{
color: #B2BD5A;
}
</style>
background-color css
<style>
a { background-color: #B2BD5A; }
a { background-color: rgb(178,189,90); }
div.DivClassName
{
background-color: #B2BD5A;
}
.BgClassName
{
background-color: #B2BD5A;
}
</style>
border-color css
<style>
span { border-color: #B2BD5A; }
span { border-color: rgb(178,189,90); }
td.TdClassName
{
border-color: #B2BD5A;
}
.TagClassName
{
border-color: #B2BD5A;
}
</style>