Shades of Bahia #97B81C
Tints of Bahia #97B81C
RGB
CMYK
RGB Variations
Color information
#97B81C (or 0x97B81C) is known color: Bahia. HEX triplet: 97, B8 and 1C. RGB value is (151,184,28). Sum of RGB (Red+Green+Blue) = 151+184+28=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #97B81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97B81C is #6847E3. Grayscale: #9C9C9C. Windows color (decimal): -6834148 or 1882263. OLE color: 1882263.
HSL color Cylindrical-coordinate representation of color #97B81C: hue angle of 72.69º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97B81C is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 184 | 28 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.28 |
| HSL | 72.69º | 0.74% | 0.42% | - |
| HSV(B) | 72.69º | 0.85% | 0.72% | - |
| XYZ | 30.11 | 40.94 | 7.41 | - |
| YUV | 156.35 | 55.57 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 184 | 28 | 0.18 | 0 | 0.85 | 0.28 | 72.69 | 0.74 | 0.42 |
| Hex | 97 | B8 | 1C | 12 | 0 | 55 | 1C | 49 | 4A | 2A |
| Octal | 227 | 270 | 34 | 22 | 0 | 125 | 34 | 111 | 112 | 52 |
| Binary | 10010111 | 10111000 | 11100 | 10010 | 0 | 1010101 | 11100 | 1001001 | 1001010 | 101010 |
Color Harmonies of #97B81C
Complementary color
Monochromatic Colors of #97B81C
Black with #97B81C
Text Example
Text Example
White with #97B81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B81C; }
p { color: rgb(151,184,28); }
H1.HeaderClassName
{
color: #97B81C;
}
.AnyTagClassName
{
color: #97B81C;
}
</style>
background-color css
<style>
a { background-color: #97B81C; }
a { background-color: rgb(151,184,28); }
div.DivClassName
{
background-color: #97B81C;
}
.BgClassName
{
background-color: #97B81C;
}
</style>
border-color css
<style>
span { border-color: #97B81C; }
span { border-color: rgb(151,184,28); }
td.TdClassName
{
border-color: #97B81C;
}
.TagClassName
{
border-color: #97B81C;
}
</style>