Shades of Bay Leaf #74BC84
Tints of Bay Leaf #74BC84
RGB
CMYK
RGB Variations
Color information
#74BC84 (or 0x74BC84) is known color: Bay Leaf. HEX triplet: 74, BC and 84. RGB value is (116,188,132). Sum of RGB (Red+Green+Blue) = 116+188+132=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BC84 is #8B437B. Grayscale: #A0A0A0. Windows color (decimal): -9126780 or 8698996. OLE color: 8698996.
HSL color Cylindrical-coordinate representation of color #74BC84: hue angle of 133.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BC84 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 132 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.26 |
| HSL | 133.33º | 0.35% | 0.6% | - |
| HSV(B) | 133.33º | 0.38% | 0.74% | - |
| XYZ | 29.35 | 41.35 | 28.26 | - |
| YUV | 160.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 132 | 0.38 | 0 | 0.30 | 0.26 | 133.33 | 0.35 | 0.6 |
| Hex | 74 | BC | 84 | 26 | 0 | 1E | 1A | 85 | 23 | 3C |
| Octal | 164 | 274 | 204 | 46 | 0 | 36 | 32 | 205 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10000100 | 100110 | 0 | 11110 | 11010 | 10000101 | 100011 | 111100 |
Color Harmonies of #74BC84
Complementary color
Monochromatic Colors of #74BC84
Black with #74BC84
Text Example
Text Example
White with #74BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC84; }
p { color: rgb(116,188,132); }
H1.HeaderClassName
{
color: #74BC84;
}
.AnyTagClassName
{
color: #74BC84;
}
</style>
background-color css
<style>
a { background-color: #74BC84; }
a { background-color: rgb(116,188,132); }
div.DivClassName
{
background-color: #74BC84;
}
.BgClassName
{
background-color: #74BC84;
}
</style>
border-color css
<style>
span { border-color: #74BC84; }
span { border-color: rgb(116,188,132); }
td.TdClassName
{
border-color: #74BC84;
}
.TagClassName
{
border-color: #74BC84;
}
</style>