Shades of Bahia #B0C62E
Tints of Bahia #B0C62E
RGB
CMYK
RGB Variations
Color information
#B0C62E (or 0xB0C62E) is known color: Bahia. HEX triplet: B0, C6 and 2E. RGB value is (176,198,46). Sum of RGB (Red+Green+Blue) = 176+198+46=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 46 (18.36% from 255 or 10.95% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C62E is #4F39D1. Grayscale: #AEAEAE. Windows color (decimal): -5192146 or 3065520. OLE color: 3065520.
HSL color Cylindrical-coordinate representation of color #B0C62E: hue angle of 68.68º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0C62E is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 46 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.22 |
| HSL | 68.68º | 0.62% | 0.48% | - |
| HSV(B) | 68.68º | 0.77% | 0.78% | - |
| XYZ | 38.59 | 49.82 | 10.17 | - |
| YUV | 174.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 46 | 0.11 | 0 | 0.77 | 0.22 | 68.68 | 0.62 | 0.48 |
| Hex | B0 | C6 | 2E | B | 0 | 4D | 16 | 45 | 3E | 30 |
| Octal | 260 | 306 | 56 | 13 | 0 | 115 | 26 | 105 | 76 | 60 |
| Binary | 10110000 | 11000110 | 101110 | 1011 | 0 | 1001101 | 10110 | 1000101 | 111110 | 110000 |
Color Harmonies of #B0C62E
Complementary color
Monochromatic Colors of #B0C62E
Black with #B0C62E
Text Example
Text Example
White with #B0C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C62E; }
p { color: rgb(176,198,46); }
H1.HeaderClassName
{
color: #B0C62E;
}
.AnyTagClassName
{
color: #B0C62E;
}
</style>
background-color css
<style>
a { background-color: #B0C62E; }
a { background-color: rgb(176,198,46); }
div.DivClassName
{
background-color: #B0C62E;
}
.BgClassName
{
background-color: #B0C62E;
}
</style>
border-color css
<style>
span { border-color: #B0C62E; }
span { border-color: rgb(176,198,46); }
td.TdClassName
{
border-color: #B0C62E;
}
.TagClassName
{
border-color: #B0C62E;
}
</style>