Shades of Bay Leaf #83B98C
Tints of Bay Leaf #83B98C
RGB
CMYK
RGB Variations
Color information
#83B98C (or 0x83B98C) is known color: Bay Leaf. HEX triplet: 83, B9 and 8C. RGB value is (131,185,140). Sum of RGB (Red+Green+Blue) = 131+185+140=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #83B98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B98C is #7C4673. Grayscale: #A3A3A3. Windows color (decimal): -8144500 or 9222531. OLE color: 9222531.
HSL color Cylindrical-coordinate representation of color #83B98C: hue angle of 130º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83B98C is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 185 | 140 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.27 |
| HSL | 130º | 0.28% | 0.62% | - |
| HSV(B) | 130º | 0.29% | 0.73% | - |
| XYZ | 31.44 | 41.42 | 31.15 | - |
| YUV | 163.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 140 | 0.29 | 0 | 0.24 | 0.27 | 130 | 0.28 | 0.62 |
| Hex | 83 | B9 | 8C | 1D | 0 | 18 | 1B | 82 | 1C | 3E |
| Octal | 203 | 271 | 214 | 35 | 0 | 30 | 33 | 202 | 34 | 76 |
| Binary | 10000011 | 10111001 | 10001100 | 11101 | 0 | 11000 | 11011 | 10000010 | 11100 | 111110 |
Color Harmonies of #83B98C
Complementary color
Monochromatic Colors of #83B98C
Black with #83B98C
Text Example
Text Example
White with #83B98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B98C; }
p { color: rgb(131,185,140); }
H1.HeaderClassName
{
color: #83B98C;
}
.AnyTagClassName
{
color: #83B98C;
}
</style>
background-color css
<style>
a { background-color: #83B98C; }
a { background-color: rgb(131,185,140); }
div.DivClassName
{
background-color: #83B98C;
}
.BgClassName
{
background-color: #83B98C;
}
</style>
border-color css
<style>
span { border-color: #83B98C; }
span { border-color: rgb(131,185,140); }
td.TdClassName
{
border-color: #83B98C;
}
.TagClassName
{
border-color: #83B98C;
}
</style>