Shades of Chateau Green #26BC52
Tints of Chateau Green #26BC52
RGB
CMYK
RGB Variations
Color information
#26BC52 (or 0x26BC52) is known color: Chateau Green. HEX triplet: 26, BC and 52. RGB value is (38,188,82). Sum of RGB (Red+Green+Blue) = 38+188+82=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #26BC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #26BC52 is #D943AD. Grayscale: #838383. Windows color (decimal): -14238638 or 5422118. OLE color: 5422118.
HSL color Cylindrical-coordinate representation of color #26BC52: hue angle of 137.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BC52 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 188 | 82 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.26 |
| HSL | 137.6º | 0.66% | 0.44% | - |
| HSV(B) | 137.6º | 0.8% | 0.74% | - |
| XYZ | 20.31 | 36.99 | 14.05 | - |
| YUV | 131.07 | 100.31 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 188 | 82 | 0.80 | 0 | 0.56 | 0.26 | 137.6 | 0.66 | 0.44 |
| Hex | 26 | BC | 52 | 50 | 0 | 38 | 1A | 8A | 42 | 2C |
| Octal | 46 | 274 | 122 | 120 | 0 | 70 | 32 | 212 | 102 | 54 |
| Binary | 100110 | 10111100 | 1010010 | 1010000 | 0 | 111000 | 11010 | 10001010 | 1000010 | 101100 |
Color Harmonies of #26BC52
Complementary color
Monochromatic Colors of #26BC52
Black with #26BC52
Text Example
Text Example
White with #26BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26BC52; }
p { color: rgb(38,188,82); }
H1.HeaderClassName
{
color: #26BC52;
}
.AnyTagClassName
{
color: #26BC52;
}
</style>
background-color css
<style>
a { background-color: #26BC52; }
a { background-color: rgb(38,188,82); }
div.DivClassName
{
background-color: #26BC52;
}
.BgClassName
{
background-color: #26BC52;
}
</style>
border-color css
<style>
span { border-color: #26BC52; }
span { border-color: rgb(38,188,82); }
td.TdClassName
{
border-color: #26BC52;
}
.TagClassName
{
border-color: #26BC52;
}
</style>