Shades of Celery #BAC752
Tints of Celery #BAC752
RGB
CMYK
RGB Variations
Color information
#BAC752 (or 0xBAC752) is known color: Celery. HEX triplet: BA, C7 and 52. RGB value is (186,199,82). Sum of RGB (Red+Green+Blue) = 186+199+82=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC752 is #4538AD. Grayscale: #B6B6B6. Windows color (decimal): -4536494 or 5425082. OLE color: 5425082.
HSL color Cylindrical-coordinate representation of color #BAC752: hue angle of 66.67º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAC752 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 82 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.22 |
| HSL | 66.67º | 0.51% | 0.55% | - |
| HSV(B) | 66.67º | 0.59% | 0.78% | - |
| XYZ | 42.2 | 51.9 | 15.78 | - |
| YUV | 181.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 82 | 0.07 | 0 | 0.59 | 0.22 | 66.67 | 0.51 | 0.55 |
| Hex | BA | C7 | 52 | 7 | 0 | 3B | 16 | 43 | 33 | 37 |
| Octal | 272 | 307 | 122 | 7 | 0 | 73 | 26 | 103 | 63 | 67 |
| Binary | 10111010 | 11000111 | 1010010 | 111 | 0 | 111011 | 10110 | 1000011 | 110011 | 110111 |
Color Harmonies of #BAC752
Complementary color
Monochromatic Colors of #BAC752
Black with #BAC752
Text Example
Text Example
White with #BAC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC752; }
p { color: rgb(186,199,82); }
H1.HeaderClassName
{
color: #BAC752;
}
.AnyTagClassName
{
color: #BAC752;
}
</style>
background-color css
<style>
a { background-color: #BAC752; }
a { background-color: rgb(186,199,82); }
div.DivClassName
{
background-color: #BAC752;
}
.BgClassName
{
background-color: #BAC752;
}
</style>
border-color css
<style>
span { border-color: #BAC752; }
span { border-color: rgb(186,199,82); }
td.TdClassName
{
border-color: #BAC752;
}
.TagClassName
{
border-color: #BAC752;
}
</style>