Shades of Celery #B0BD3C
Tints of Celery #B0BD3C
RGB
CMYK
RGB Variations
Color information
#B0BD3C (or 0xB0BD3C) is known color: Celery. HEX triplet: B0, BD and 3C. RGB value is (176,189,60). Sum of RGB (Red+Green+Blue) = 176+189+60=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BD3C is #4F42C3. Grayscale: #AAAAAA. Windows color (decimal): -5194436 or 3980720. OLE color: 3980720.
HSL color Cylindrical-coordinate representation of color #B0BD3C: hue angle of 66.05º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0BD3C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 189 | 60 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.26 |
| HSL | 66.05º | 0.52% | 0.49% | - |
| HSV(B) | 66.05º | 0.68% | 0.74% | - |
| XYZ | 36.92 | 45.95 | 11.2 | - |
| YUV | 170.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 189 | 60 | 0.07 | 0 | 0.68 | 0.26 | 66.05 | 0.52 | 0.49 |
| Hex | B0 | BD | 3C | 7 | 0 | 44 | 1A | 42 | 34 | 31 |
| Octal | 260 | 275 | 74 | 7 | 0 | 104 | 32 | 102 | 64 | 61 |
| Binary | 10110000 | 10111101 | 111100 | 111 | 0 | 1000100 | 11010 | 1000010 | 110100 | 110001 |
Color Harmonies of #B0BD3C
Complementary color
Monochromatic Colors of #B0BD3C
Black with #B0BD3C
Text Example
Text Example
White with #B0BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BD3C; }
p { color: rgb(176,189,60); }
H1.HeaderClassName
{
color: #B0BD3C;
}
.AnyTagClassName
{
color: #B0BD3C;
}
</style>
background-color css
<style>
a { background-color: #B0BD3C; }
a { background-color: rgb(176,189,60); }
div.DivClassName
{
background-color: #B0BD3C;
}
.BgClassName
{
background-color: #B0BD3C;
}
</style>
border-color css
<style>
span { border-color: #B0BD3C; }
span { border-color: rgb(176,189,60); }
td.TdClassName
{
border-color: #B0BD3C;
}
.TagClassName
{
border-color: #B0BD3C;
}
</style>