Shades of Celery #B1BD3C
Tints of Celery #B1BD3C
RGB
CMYK
RGB Variations
Color information
#B1BD3C (or 0xB1BD3C) is known color: Celery. HEX triplet: B1, BD and 3C. RGB value is (177,189,60). Sum of RGB (Red+Green+Blue) = 177+189+60=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BD3C is #4E42C3. Grayscale: #ABABAB. Windows color (decimal): -5128900 or 3980721. OLE color: 3980721.
HSL color Cylindrical-coordinate representation of color #B1BD3C: hue angle of 65.58º 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 #B1BD3C is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 189 | 60 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.26 |
| HSL | 65.58º | 0.52% | 0.49% | - |
| HSV(B) | 65.58º | 0.68% | 0.74% | - |
| XYZ | 37.14 | 46.07 | 11.21 | - |
| YUV | 170.71 | 65.52 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 60 | 0.06 | 0 | 0.68 | 0.26 | 65.58 | 0.52 | 0.49 |
| Hex | B1 | BD | 3C | 6 | 0 | 44 | 1A | 42 | 34 | 31 |
| Octal | 261 | 275 | 74 | 6 | 0 | 104 | 32 | 102 | 64 | 61 |
| Binary | 10110001 | 10111101 | 111100 | 110 | 0 | 1000100 | 11010 | 1000010 | 110100 | 110001 |
Color Harmonies of #B1BD3C
Complementary color
Monochromatic Colors of #B1BD3C
Black with #B1BD3C
Text Example
Text Example
White with #B1BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BD3C; }
p { color: rgb(177,189,60); }
H1.HeaderClassName
{
color: #B1BD3C;
}
.AnyTagClassName
{
color: #B1BD3C;
}
</style>
background-color css
<style>
a { background-color: #B1BD3C; }
a { background-color: rgb(177,189,60); }
div.DivClassName
{
background-color: #B1BD3C;
}
.BgClassName
{
background-color: #B1BD3C;
}
</style>
border-color css
<style>
span { border-color: #B1BD3C; }
span { border-color: rgb(177,189,60); }
td.TdClassName
{
border-color: #B1BD3C;
}
.TagClassName
{
border-color: #B1BD3C;
}
</style>