Shades of Camarone #09822B
Tints of Camarone #09822B
RGB
CMYK
RGB Variations
Color information
#09822B (or 0x09822B) is known color: Camarone. HEX triplet: 09, 82 and 2B. RGB value is (9,130,43). Sum of RGB (Red+Green+Blue) = 9+130+43=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 130 (51.17% from 255 or 71.43% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 130 - color contains mainly: green. Hex color #09822B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09822B is #F67DD4. Grayscale: #545454. Windows color (decimal): -16154069 or 2851337. OLE color: 2851337.
HSL color Cylindrical-coordinate representation of color #09822B: hue angle of 136.86º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09822B is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 43 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.49 |
| HSL | 136.86º | 0.87% | 0.27% | - |
| HSV(B) | 136.86º | 0.93% | 0.51% | - |
| XYZ | 8.53 | 16.2 | 4.96 | - |
| YUV | 83.9 | 104.91 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 43 | 0.93 | 0 | 0.67 | 0.49 | 136.86 | 0.87 | 0.27 |
| Hex | 9 | 82 | 2B | 5D | 0 | 43 | 31 | 89 | 57 | 1B |
| Octal | 11 | 202 | 53 | 135 | 0 | 103 | 61 | 211 | 127 | 33 |
| Binary | 1001 | 10000010 | 101011 | 1011101 | 0 | 1000011 | 110001 | 10001001 | 1010111 | 11011 |
Color Harmonies of #09822B
Complementary color
Monochromatic Colors of #09822B
Black with #09822B
Text Example
Text Example
White with #09822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09822B; }
p { color: rgb(9,130,43); }
H1.HeaderClassName
{
color: #09822B;
}
.AnyTagClassName
{
color: #09822B;
}
</style>
background-color css
<style>
a { background-color: #09822B; }
a { background-color: rgb(9,130,43); }
div.DivClassName
{
background-color: #09822B;
}
.BgClassName
{
background-color: #09822B;
}
</style>
border-color css
<style>
span { border-color: #09822B; }
span { border-color: rgb(9,130,43); }
td.TdClassName
{
border-color: #09822B;
}
.TagClassName
{
border-color: #09822B;
}
</style>