Shades of Bahia #B0C92C
Tints of Bahia #B0C92C
RGB
CMYK
RGB Variations
Color information
#B0C92C (or 0xB0C92C) is known color: Bahia. HEX triplet: B0, C9 and 2C. RGB value is (176,201,44). Sum of RGB (Red+Green+Blue) = 176+201+44=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C92C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C92C is #4F36D3. Grayscale: #B0B0B0. Windows color (decimal): -5191380 or 2935216. OLE color: 2935216.
HSL color Cylindrical-coordinate representation of color #B0C92C: hue angle of 69.55º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0C92C is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 44 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.21 |
| HSL | 69.55º | 0.64% | 0.48% | - |
| HSV(B) | 69.55º | 0.78% | 0.79% | - |
| XYZ | 39.25 | 51.19 | 10.19 | - |
| YUV | 175.63 | 53.72 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 44 | 0.12 | 0 | 0.78 | 0.21 | 69.55 | 0.64 | 0.48 |
| Hex | B0 | C9 | 2C | C | 0 | 4E | 15 | 46 | 40 | 30 |
| Octal | 260 | 311 | 54 | 14 | 0 | 116 | 25 | 106 | 100 | 60 |
| Binary | 10110000 | 11001001 | 101100 | 1100 | 0 | 1001110 | 10101 | 1000110 | 1000000 | 110000 |
Color Harmonies of #B0C92C
Complementary color
Monochromatic Colors of #B0C92C
Black with #B0C92C
Text Example
Text Example
White with #B0C92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C92C; }
p { color: rgb(176,201,44); }
H1.HeaderClassName
{
color: #B0C92C;
}
.AnyTagClassName
{
color: #B0C92C;
}
</style>
background-color css
<style>
a { background-color: #B0C92C; }
a { background-color: rgb(176,201,44); }
div.DivClassName
{
background-color: #B0C92C;
}
.BgClassName
{
background-color: #B0C92C;
}
</style>
border-color css
<style>
span { border-color: #B0C92C; }
span { border-color: rgb(176,201,44); }
td.TdClassName
{
border-color: #B0C92C;
}
.TagClassName
{
border-color: #B0C92C;
}
</style>