Shades of Bahia #9DBE23
Tints of Bahia #9DBE23
RGB
CMYK
RGB Variations
Color information
#9DBE23 (or 0x9DBE23) is known color: Bahia. HEX triplet: 9D, BE and 23. RGB value is (157,190,35). Sum of RGB (Red+Green+Blue) = 157+190+35=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBE23 is #6241DC. Grayscale: #A3A3A3. Windows color (decimal): -6439389 or 2342557. OLE color: 2342557.
HSL color Cylindrical-coordinate representation of color #9DBE23: hue angle of 72.77º 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 #9DBE23 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 35 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.25 |
| HSL | 72.77º | 0.69% | 0.44% | - |
| HSV(B) | 72.77º | 0.82% | 0.75% | - |
| XYZ | 32.62 | 44.12 | 8.39 | - |
| YUV | 162.46 | 56.07 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 35 | 0.17 | 0 | 0.82 | 0.25 | 72.77 | 0.69 | 0.44 |
| Hex | 9D | BE | 23 | 11 | 0 | 52 | 19 | 49 | 45 | 2C |
| Octal | 235 | 276 | 43 | 21 | 0 | 122 | 31 | 111 | 105 | 54 |
| Binary | 10011101 | 10111110 | 100011 | 10001 | 0 | 1010010 | 11001 | 1001001 | 1000101 | 101100 |
Color Harmonies of #9DBE23
Complementary color
Monochromatic Colors of #9DBE23
Black with #9DBE23
Text Example
Text Example
White with #9DBE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE23; }
p { color: rgb(157,190,35); }
H1.HeaderClassName
{
color: #9DBE23;
}
.AnyTagClassName
{
color: #9DBE23;
}
</style>
background-color css
<style>
a { background-color: #9DBE23; }
a { background-color: rgb(157,190,35); }
div.DivClassName
{
background-color: #9DBE23;
}
.BgClassName
{
background-color: #9DBE23;
}
</style>
border-color css
<style>
span { border-color: #9DBE23; }
span { border-color: rgb(157,190,35); }
td.TdClassName
{
border-color: #9DBE23;
}
.TagClassName
{
border-color: #9DBE23;
}
</style>