Shades of Olivine #92BC6B
Tints of Olivine #92BC6B
RGB
CMYK
RGB Variations
Color information
#92BC6B (or 0x92BC6B) is known color: Olivine. HEX triplet: 92, BC and 6B. RGB value is (146,188,107). Sum of RGB (Red+Green+Blue) = 146+188+107=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BC6B is #6D4394. Grayscale: #A6A6A6. Windows color (decimal): -7160725 or 7060626. OLE color: 7060626.
HSL color Cylindrical-coordinate representation of color #92BC6B: hue angle of 91.11º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92BC6B is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 107 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.26 |
| HSL | 91.11º | 0.38% | 0.58% | - |
| HSV(B) | 91.11º | 0.43% | 0.74% | - |
| XYZ | 32.49 | 43.14 | 20.52 | - |
| YUV | 166.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 107 | 0.22 | 0 | 0.43 | 0.26 | 91.11 | 0.38 | 0.58 |
| Hex | 92 | BC | 6B | 16 | 0 | 2B | 1A | 5B | 26 | 3A |
| Octal | 222 | 274 | 153 | 26 | 0 | 53 | 32 | 133 | 46 | 72 |
| Binary | 10010010 | 10111100 | 1101011 | 10110 | 0 | 101011 | 11010 | 1011011 | 100110 | 111010 |
Color Harmonies of #92BC6B
Complementary color
Monochromatic Colors of #92BC6B
Black with #92BC6B
Text Example
Text Example
White with #92BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BC6B; }
p { color: rgb(146,188,107); }
H1.HeaderClassName
{
color: #92BC6B;
}
.AnyTagClassName
{
color: #92BC6B;
}
</style>
background-color css
<style>
a { background-color: #92BC6B; }
a { background-color: rgb(146,188,107); }
div.DivClassName
{
background-color: #92BC6B;
}
.BgClassName
{
background-color: #92BC6B;
}
</style>
border-color css
<style>
span { border-color: #92BC6B; }
span { border-color: rgb(146,188,107); }
td.TdClassName
{
border-color: #92BC6B;
}
.TagClassName
{
border-color: #92BC6B;
}
</style>