Shades of Celery #B2B53D
Tints of Celery #B2B53D
RGB
CMYK
RGB Variations
Color information
#B2B53D (or 0xB2B53D) is known color: Celery. HEX triplet: B2, B5 and 3D. RGB value is (178,181,61). Sum of RGB (Red+Green+Blue) = 178+181+61=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B53D is #4D4AC2. Grayscale: #A6A6A6. Windows color (decimal): -5065411 or 4044210. OLE color: 4044210.
HSL color Cylindrical-coordinate representation of color #B2B53D: hue angle of 61.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2B53D is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 61 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.29 |
| HSL | 61.5º | 0.5% | 0.47% | - |
| HSV(B) | 61.5º | 0.66% | 0.71% | - |
| XYZ | 35.73 | 42.85 | 10.8 | - |
| YUV | 166.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 61 | 0.02 | 0 | 0.66 | 0.29 | 61.5 | 0.5 | 0.47 |
| Hex | B2 | B5 | 3D | 2 | 0 | 42 | 1D | 3E | 32 | 2F |
| Octal | 262 | 265 | 75 | 2 | 0 | 102 | 35 | 76 | 62 | 57 |
| Binary | 10110010 | 10110101 | 111101 | 10 | 0 | 1000010 | 11101 | 111110 | 110010 | 101111 |
Color Harmonies of #B2B53D
Complementary color
Monochromatic Colors of #B2B53D
Black with #B2B53D
Text Example
Text Example
White with #B2B53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B53D; }
p { color: rgb(178,181,61); }
H1.HeaderClassName
{
color: #B2B53D;
}
.AnyTagClassName
{
color: #B2B53D;
}
</style>
background-color css
<style>
a { background-color: #B2B53D; }
a { background-color: rgb(178,181,61); }
div.DivClassName
{
background-color: #B2B53D;
}
.BgClassName
{
background-color: #B2B53D;
}
</style>
border-color css
<style>
span { border-color: #B2B53D; }
span { border-color: rgb(178,181,61); }
td.TdClassName
{
border-color: #B2B53D;
}
.TagClassName
{
border-color: #B2B53D;
}
</style>