Shades of Chateau Green #26BA4E
Tints of Chateau Green #26BA4E
RGB
CMYK
RGB Variations
Color information
#26BA4E (or 0x26BA4E) is known color: Chateau Green. HEX triplet: 26, BA and 4E. RGB value is (38,186,78). Sum of RGB (Red+Green+Blue) = 38+186+78=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #26BA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BA4E is #D945B1. Grayscale: #818181. Windows color (decimal): -14239154 or 5159462. OLE color: 5159462.
HSL color Cylindrical-coordinate representation of color #26BA4E: hue angle of 136.22º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BA4E is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 186 | 78 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.27 |
| HSL | 136.22º | 0.66% | 0.44% | - |
| HSV(B) | 136.22º | 0.8% | 0.73% | - |
| XYZ | 19.73 | 36.08 | 13.13 | - |
| YUV | 129.44 | 98.97 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 186 | 78 | 0.80 | 0 | 0.58 | 0.27 | 136.22 | 0.66 | 0.44 |
| Hex | 26 | BA | 4E | 50 | 0 | 3A | 1B | 88 | 42 | 2C |
| Octal | 46 | 272 | 116 | 120 | 0 | 72 | 33 | 210 | 102 | 54 |
| Binary | 100110 | 10111010 | 1001110 | 1010000 | 0 | 111010 | 11011 | 10001000 | 1000010 | 101100 |
Color Harmonies of #26BA4E
Complementary color
Monochromatic Colors of #26BA4E
Black with #26BA4E
Text Example
Text Example
White with #26BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BA4E; }
p { color: rgb(38,186,78); }
H1.HeaderClassName
{
color: #26BA4E;
}
.AnyTagClassName
{
color: #26BA4E;
}
</style>
background-color css
<style>
a { background-color: #26BA4E; }
a { background-color: rgb(38,186,78); }
div.DivClassName
{
background-color: #26BA4E;
}
.BgClassName
{
background-color: #26BA4E;
}
</style>
border-color css
<style>
span { border-color: #26BA4E; }
span { border-color: rgb(38,186,78); }
td.TdClassName
{
border-color: #26BA4E;
}
.TagClassName
{
border-color: #26BA4E;
}
</style>