Shades of Java #209B92
Tints of Java #209B92
RGB
CMYK
RGB Variations
Color information
#209B92 (or 0x209B92) is known color: Java. HEX triplet: 20, 9B and 92. RGB value is (32,155,146). Sum of RGB (Red+Green+Blue) = 32+155+146=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #209B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209B92 is #DF646D. Grayscale: #757575. Windows color (decimal): -14640238 or 9607968. OLE color: 9607968.
HSL color Cylindrical-coordinate representation of color #209B92: hue angle of 175.61º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209B92 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 155 | 146 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.39 |
| HSL | 175.61º | 0.66% | 0.37% | - |
| HSV(B) | 175.61º | 0.79% | 0.61% | - |
| XYZ | 17.51 | 25.83 | 31.26 | - |
| YUV | 117.2 | 144.25 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 146 | 0.79 | 0 | 0.06 | 0.39 | 175.61 | 0.66 | 0.37 |
| Hex | 20 | 9B | 92 | 4F | 0 | 6 | 27 | B0 | 42 | 25 |
| Octal | 40 | 233 | 222 | 117 | 0 | 6 | 47 | 260 | 102 | 45 |
| Binary | 100000 | 10011011 | 10010010 | 1001111 | 0 | 110 | 100111 | 10110000 | 1000010 | 100101 |
Color Harmonies of #209B92
Complementary color
Monochromatic Colors of #209B92
Black with #209B92
Text Example
Text Example
White with #209B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209B92; }
p { color: rgb(32,155,146); }
H1.HeaderClassName
{
color: #209B92;
}
.AnyTagClassName
{
color: #209B92;
}
</style>
background-color css
<style>
a { background-color: #209B92; }
a { background-color: rgb(32,155,146); }
div.DivClassName
{
background-color: #209B92;
}
.BgClassName
{
background-color: #209B92;
}
</style>
border-color css
<style>
span { border-color: #209B92; }
span { border-color: rgb(32,155,146); }
td.TdClassName
{
border-color: #209B92;
}
.TagClassName
{
border-color: #209B92;
}
</style>