Shades of Celery #B9CA42
Tints of Celery #B9CA42
RGB
CMYK
RGB Variations
Color information
#B9CA42 (or 0xB9CA42) is known color: Celery. HEX triplet: B9, CA and 42. RGB value is (185,202,66). Sum of RGB (Red+Green+Blue) = 185+202+66=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CA42 is #4635BD. Grayscale: #B5B5B5. Windows color (decimal): -4601278 or 4377273. OLE color: 4377273.
HSL color Cylindrical-coordinate representation of color #B9CA42: hue angle of 67.5º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9CA42 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 66 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.21 |
| HSL | 67.5º | 0.56% | 0.53% | - |
| HSV(B) | 67.5º | 0.67% | 0.79% | - |
| XYZ | 42.11 | 52.95 | 13.15 | - |
| YUV | 181.41 | 62.87 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 66 | 0.08 | 0 | 0.67 | 0.21 | 67.5 | 0.56 | 0.53 |
| Hex | B9 | CA | 42 | 8 | 0 | 43 | 15 | 44 | 38 | 35 |
| Octal | 271 | 312 | 102 | 10 | 0 | 103 | 25 | 104 | 70 | 65 |
| Binary | 10111001 | 11001010 | 1000010 | 1000 | 0 | 1000011 | 10101 | 1000100 | 111000 | 110101 |
Color Harmonies of #B9CA42
Complementary color
Monochromatic Colors of #B9CA42
Black with #B9CA42
Text Example
Text Example
White with #B9CA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA42; }
p { color: rgb(185,202,66); }
H1.HeaderClassName
{
color: #B9CA42;
}
.AnyTagClassName
{
color: #B9CA42;
}
</style>
background-color css
<style>
a { background-color: #B9CA42; }
a { background-color: rgb(185,202,66); }
div.DivClassName
{
background-color: #B9CA42;
}
.BgClassName
{
background-color: #B9CA42;
}
</style>
border-color css
<style>
span { border-color: #B9CA42; }
span { border-color: rgb(185,202,66); }
td.TdClassName
{
border-color: #B9CA42;
}
.TagClassName
{
border-color: #B9CA42;
}
</style>