Shades of Bahia #B1C72F
Tints of Bahia #B1C72F
RGB
CMYK
RGB Variations
Color information
#B1C72F (or 0xB1C72F) is known color: Bahia. HEX triplet: B1, C7 and 2F. RGB value is (177,199,47). Sum of RGB (Red+Green+Blue) = 177+199+47=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C72F is #4E38D0. Grayscale: #AFAFAF. Windows color (decimal): -5126353 or 3131313. OLE color: 3131313.
HSL color Cylindrical-coordinate representation of color #B1C72F: 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.76%. Process color model (Four color, CMYK) of #B1C72F is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 199 | 47 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.22 |
| HSL | 68.68º | 0.62% | 0.48% | - |
| HSV(B) | 68.68º | 0.76% | 0.78% | - |
| XYZ | 39.07 | 50.4 | 10.36 | - |
| YUV | 175.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 47 | 0.11 | 0 | 0.76 | 0.22 | 68.68 | 0.62 | 0.48 |
| Hex | B1 | C7 | 2F | B | 0 | 4C | 16 | 45 | 3E | 30 |
| Octal | 261 | 307 | 57 | 13 | 0 | 114 | 26 | 105 | 76 | 60 |
| Binary | 10110001 | 11000111 | 101111 | 1011 | 0 | 1001100 | 10110 | 1000101 | 111110 | 110000 |
Color Harmonies of #B1C72F
Complementary color
Monochromatic Colors of #B1C72F
Black with #B1C72F
Text Example
Text Example
White with #B1C72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C72F; }
p { color: rgb(177,199,47); }
H1.HeaderClassName
{
color: #B1C72F;
}
.AnyTagClassName
{
color: #B1C72F;
}
</style>
background-color css
<style>
a { background-color: #B1C72F; }
a { background-color: rgb(177,199,47); }
div.DivClassName
{
background-color: #B1C72F;
}
.BgClassName
{
background-color: #B1C72F;
}
</style>
border-color css
<style>
span { border-color: #B1C72F; }
span { border-color: rgb(177,199,47); }
td.TdClassName
{
border-color: #B1C72F;
}
.TagClassName
{
border-color: #B1C72F;
}
</style>