Shades of Celery #A5BB4B
Tints of Celery #A5BB4B
RGB
CMYK
RGB Variations
Color information
#A5BB4B (or 0xA5BB4B) is known color: Celery. HEX triplet: A5, BB and 4B. RGB value is (165,187,75). Sum of RGB (Red+Green+Blue) = 165+187+75=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB4B is #5A44B4. Grayscale: #A8A8A8. Windows color (decimal): -5915829 or 4963237. OLE color: 4963237.
HSL color Cylindrical-coordinate representation of color #A5BB4B: hue angle of 71.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5BB4B is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 75 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.27 |
| HSL | 71.79º | 0.45% | 0.51% | - |
| HSV(B) | 71.79º | 0.6% | 0.73% | - |
| XYZ | 34.56 | 44.05 | 13.34 | - |
| YUV | 167.65 | 75.71 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 75 | 0.12 | 0 | 0.60 | 0.27 | 71.79 | 0.45 | 0.51 |
| Hex | A5 | BB | 4B | C | 0 | 3C | 1B | 48 | 2D | 33 |
| Octal | 245 | 273 | 113 | 14 | 0 | 74 | 33 | 110 | 55 | 63 |
| Binary | 10100101 | 10111011 | 1001011 | 1100 | 0 | 111100 | 11011 | 1001000 | 101101 | 110011 |
Color Harmonies of #A5BB4B
Complementary color
Monochromatic Colors of #A5BB4B
Black with #A5BB4B
Text Example
Text Example
White with #A5BB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB4B; }
p { color: rgb(165,187,75); }
H1.HeaderClassName
{
color: #A5BB4B;
}
.AnyTagClassName
{
color: #A5BB4B;
}
</style>
background-color css
<style>
a { background-color: #A5BB4B; }
a { background-color: rgb(165,187,75); }
div.DivClassName
{
background-color: #A5BB4B;
}
.BgClassName
{
background-color: #A5BB4B;
}
</style>
border-color css
<style>
span { border-color: #A5BB4B; }
span { border-color: rgb(165,187,75); }
td.TdClassName
{
border-color: #A5BB4B;
}
.TagClassName
{
border-color: #A5BB4B;
}
</style>