Shades of Bahia #B0BE23
Tints of Bahia #B0BE23
RGB
CMYK
RGB Variations
Color information
#B0BE23 (or 0xB0BE23) is known color: Bahia. HEX triplet: B0, BE and 23. RGB value is (176,190,35). Sum of RGB (Red+Green+Blue) = 176+190+35=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BE23 is #4F41DC. Grayscale: #A8A8A8. Windows color (decimal): -5194205 or 2342576. OLE color: 2342576.
HSL color Cylindrical-coordinate representation of color #B0BE23: hue angle of 65.42º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0BE23 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 35 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.25 |
| HSL | 65.42º | 0.69% | 0.44% | - |
| HSV(B) | 65.42º | 0.82% | 0.75% | - |
| XYZ | 36.62 | 46.18 | 8.57 | - |
| YUV | 168.14 | 52.86 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 35 | 0.07 | 0 | 0.82 | 0.25 | 65.42 | 0.69 | 0.44 |
| Hex | B0 | BE | 23 | 7 | 0 | 52 | 19 | 41 | 45 | 2C |
| Octal | 260 | 276 | 43 | 7 | 0 | 122 | 31 | 101 | 105 | 54 |
| Binary | 10110000 | 10111110 | 100011 | 111 | 0 | 1010010 | 11001 | 1000001 | 1000101 | 101100 |
Color Harmonies of #B0BE23
Complementary color
Monochromatic Colors of #B0BE23
Black with #B0BE23
Text Example
Text Example
White with #B0BE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE23; }
p { color: rgb(176,190,35); }
H1.HeaderClassName
{
color: #B0BE23;
}
.AnyTagClassName
{
color: #B0BE23;
}
</style>
background-color css
<style>
a { background-color: #B0BE23; }
a { background-color: rgb(176,190,35); }
div.DivClassName
{
background-color: #B0BE23;
}
.BgClassName
{
background-color: #B0BE23;
}
</style>
border-color css
<style>
span { border-color: #B0BE23; }
span { border-color: rgb(176,190,35); }
td.TdClassName
{
border-color: #B0BE23;
}
.TagClassName
{
border-color: #B0BE23;
}
</style>