Shades of Bahia #9CAF22
Tints of Bahia #9CAF22
RGB
CMYK
RGB Variations
Color information
#9CAF22 (or 0x9CAF22) is known color: Bahia. HEX triplet: 9C, AF and 22. RGB value is (156,175,34). Sum of RGB (Red+Green+Blue) = 156+175+34=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAF22 is #6350DD. Grayscale: #999999. Windows color (decimal): -6508766 or 2273180. OLE color: 2273180.
HSL color Cylindrical-coordinate representation of color #9CAF22: hue angle of 68.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9CAF22 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 34 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.31 |
| HSL | 68.09º | 0.67% | 0.41% | - |
| HSV(B) | 68.09º | 0.81% | 0.69% | - |
| XYZ | 29.33 | 37.84 | 7.27 | - |
| YUV | 153.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 34 | 0.11 | 0 | 0.81 | 0.31 | 68.09 | 0.67 | 0.41 |
| Hex | 9C | AF | 22 | B | 0 | 51 | 1F | 44 | 43 | 29 |
| Octal | 234 | 257 | 42 | 13 | 0 | 121 | 37 | 104 | 103 | 51 |
| Binary | 10011100 | 10101111 | 100010 | 1011 | 0 | 1010001 | 11111 | 1000100 | 1000011 | 101001 |
Color Harmonies of #9CAF22
Complementary color
Monochromatic Colors of #9CAF22
Black with #9CAF22
Text Example
Text Example
White with #9CAF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF22; }
p { color: rgb(156,175,34); }
H1.HeaderClassName
{
color: #9CAF22;
}
.AnyTagClassName
{
color: #9CAF22;
}
</style>
background-color css
<style>
a { background-color: #9CAF22; }
a { background-color: rgb(156,175,34); }
div.DivClassName
{
background-color: #9CAF22;
}
.BgClassName
{
background-color: #9CAF22;
}
</style>
border-color css
<style>
span { border-color: #9CAF22; }
span { border-color: rgb(156,175,34); }
td.TdClassName
{
border-color: #9CAF22;
}
.TagClassName
{
border-color: #9CAF22;
}
</style>