Shades of Bahia #B1C62A
Tints of Bahia #B1C62A
RGB
CMYK
RGB Variations
Color information
#B1C62A (or 0xB1C62A) is known color: Bahia. HEX triplet: B1, C6 and 2A. RGB value is (177,198,42). Sum of RGB (Red+Green+Blue) = 177+198+42=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C62A is #4E39D5. Grayscale: #AEAEAE. Windows color (decimal): -5126614 or 2803377. OLE color: 2803377.
HSL color Cylindrical-coordinate representation of color #B1C62A: hue angle of 68.08º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1C62A is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 42 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.22 |
| HSL | 68.08º | 0.65% | 0.47% | - |
| HSV(B) | 68.08º | 0.79% | 0.78% | - |
| XYZ | 38.74 | 49.9 | 9.78 | - |
| YUV | 173.94 | 53.54 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 42 | 0.11 | 0 | 0.79 | 0.22 | 68.08 | 0.65 | 0.47 |
| Hex | B1 | C6 | 2A | B | 0 | 4F | 16 | 44 | 41 | 2F |
| Octal | 261 | 306 | 52 | 13 | 0 | 117 | 26 | 104 | 101 | 57 |
| Binary | 10110001 | 11000110 | 101010 | 1011 | 0 | 1001111 | 10110 | 1000100 | 1000001 | 101111 |
Color Harmonies of #B1C62A
Complementary color
Monochromatic Colors of #B1C62A
Black with #B1C62A
Text Example
Text Example
White with #B1C62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C62A; }
p { color: rgb(177,198,42); }
H1.HeaderClassName
{
color: #B1C62A;
}
.AnyTagClassName
{
color: #B1C62A;
}
</style>
background-color css
<style>
a { background-color: #B1C62A; }
a { background-color: rgb(177,198,42); }
div.DivClassName
{
background-color: #B1C62A;
}
.BgClassName
{
background-color: #B1C62A;
}
</style>
border-color css
<style>
span { border-color: #B1C62A; }
span { border-color: rgb(177,198,42); }
td.TdClassName
{
border-color: #B1C62A;
}
.TagClassName
{
border-color: #B1C62A;
}
</style>