Shades of Celery #B2BF3C
Tints of Celery #B2BF3C
RGB
CMYK
RGB Variations
Color information
#B2BF3C (or 0xB2BF3C) is known color: Celery. HEX triplet: B2, BF and 3C. RGB value is (178,191,60). Sum of RGB (Red+Green+Blue) = 178+191+60=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF3C is #4D40C3. Grayscale: #ACACAC. Windows color (decimal): -5062852 or 3981234. OLE color: 3981234.
HSL color Cylindrical-coordinate representation of color #B2BF3C: hue angle of 65.95º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2BF3C is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 60 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.25 |
| HSL | 65.95º | 0.52% | 0.49% | - |
| HSV(B) | 65.95º | 0.69% | 0.75% | - |
| XYZ | 37.81 | 47.05 | 11.36 | - |
| YUV | 172.18 | 64.69 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 60 | 0.07 | 0 | 0.69 | 0.25 | 65.95 | 0.52 | 0.49 |
| Hex | B2 | BF | 3C | 7 | 0 | 45 | 19 | 42 | 34 | 31 |
| Octal | 262 | 277 | 74 | 7 | 0 | 105 | 31 | 102 | 64 | 61 |
| Binary | 10110010 | 10111111 | 111100 | 111 | 0 | 1000101 | 11001 | 1000010 | 110100 | 110001 |
Color Harmonies of #B2BF3C
Complementary color
Monochromatic Colors of #B2BF3C
Black with #B2BF3C
Text Example
Text Example
White with #B2BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF3C; }
p { color: rgb(178,191,60); }
H1.HeaderClassName
{
color: #B2BF3C;
}
.AnyTagClassName
{
color: #B2BF3C;
}
</style>
background-color css
<style>
a { background-color: #B2BF3C; }
a { background-color: rgb(178,191,60); }
div.DivClassName
{
background-color: #B2BF3C;
}
.BgClassName
{
background-color: #B2BF3C;
}
</style>
border-color css
<style>
span { border-color: #B2BF3C; }
span { border-color: rgb(178,191,60); }
td.TdClassName
{
border-color: #B2BF3C;
}
.TagClassName
{
border-color: #B2BF3C;
}
</style>