Shades of Celery #ADB241
Tints of Celery #ADB241
RGB
CMYK
RGB Variations
Color information
#ADB241 (or 0xADB241) is known color: Celery. HEX triplet: AD, B2 and 41. RGB value is (173,178,65). Sum of RGB (Red+Green+Blue) = 173+178+65=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB241 is #524DBE. Grayscale: #A4A4A4. Windows color (decimal): -5393855 or 4305581. OLE color: 4305581.
HSL color Cylindrical-coordinate representation of color #ADB241: hue angle of 62.65º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADB241 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 65 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.30 |
| HSL | 62.65º | 0.47% | 0.48% | - |
| HSV(B) | 62.65º | 0.63% | 0.7% | - |
| XYZ | 34.11 | 41.11 | 11.14 | - |
| YUV | 163.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 65 | 0.03 | 0 | 0.63 | 0.30 | 62.65 | 0.47 | 0.48 |
| Hex | AD | B2 | 41 | 3 | 0 | 3F | 1E | 3F | 2F | 30 |
| Octal | 255 | 262 | 101 | 3 | 0 | 77 | 36 | 77 | 57 | 60 |
| Binary | 10101101 | 10110010 | 1000001 | 11 | 0 | 111111 | 11110 | 111111 | 101111 | 110000 |
Color Harmonies of #ADB241
Complementary color
Monochromatic Colors of #ADB241
Black with #ADB241
Text Example
Text Example
White with #ADB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB241; }
p { color: rgb(173,178,65); }
H1.HeaderClassName
{
color: #ADB241;
}
.AnyTagClassName
{
color: #ADB241;
}
</style>
background-color css
<style>
a { background-color: #ADB241; }
a { background-color: rgb(173,178,65); }
div.DivClassName
{
background-color: #ADB241;
}
.BgClassName
{
background-color: #ADB241;
}
</style>
border-color css
<style>
span { border-color: #ADB241; }
span { border-color: rgb(173,178,65); }
td.TdClassName
{
border-color: #ADB241;
}
.TagClassName
{
border-color: #ADB241;
}
</style>