Shades of Bahia #B1BE24
Tints of Bahia #B1BE24
RGB
CMYK
RGB Variations
Color information
#B1BE24 (or 0xB1BE24) is known color: Bahia. HEX triplet: B1, BE and 24. RGB value is (177,190,36). Sum of RGB (Red+Green+Blue) = 177+190+36=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BE24 is #4E41DB. Grayscale: #A9A9A9. Windows color (decimal): -5128668 or 2408113. OLE color: 2408113.
HSL color Cylindrical-coordinate representation of color #B1BE24: hue angle of 65.06º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1BE24 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 36 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.25 |
| HSL | 65.06º | 0.68% | 0.44% | - |
| HSV(B) | 65.06º | 0.81% | 0.75% | - |
| XYZ | 36.86 | 46.3 | 8.66 | - |
| YUV | 168.56 | 53.19 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 36 | 0.07 | 0 | 0.81 | 0.25 | 65.06 | 0.68 | 0.44 |
| Hex | B1 | BE | 24 | 7 | 0 | 51 | 19 | 41 | 44 | 2C |
| Octal | 261 | 276 | 44 | 7 | 0 | 121 | 31 | 101 | 104 | 54 |
| Binary | 10110001 | 10111110 | 100100 | 111 | 0 | 1010001 | 11001 | 1000001 | 1000100 | 101100 |
Color Harmonies of #B1BE24
Complementary color
Monochromatic Colors of #B1BE24
Black with #B1BE24
Text Example
Text Example
White with #B1BE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BE24; }
p { color: rgb(177,190,36); }
H1.HeaderClassName
{
color: #B1BE24;
}
.AnyTagClassName
{
color: #B1BE24;
}
</style>
background-color css
<style>
a { background-color: #B1BE24; }
a { background-color: rgb(177,190,36); }
div.DivClassName
{
background-color: #B1BE24;
}
.BgClassName
{
background-color: #B1BE24;
}
</style>
border-color css
<style>
span { border-color: #B1BE24; }
span { border-color: rgb(177,190,36); }
td.TdClassName
{
border-color: #B1BE24;
}
.TagClassName
{
border-color: #B1BE24;
}
</style>