Shades of Pine Glade #C1BE84
Tints of Pine Glade #C1BE84
RGB
CMYK
RGB Variations
Color information
#C1BE84 (or 0xC1BE84) is known color: Pine Glade. HEX triplet: C1, BE and 84. RGB value is (193,190,132). Sum of RGB (Red+Green+Blue) = 193+190+132=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE84 is #3E417B. Grayscale: #B8B8B8. Windows color (decimal): -4079996 or 8699585. OLE color: 8699585.
HSL color Cylindrical-coordinate representation of color #C1BE84: hue angle of 57.05º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1BE84 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 132 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.24 |
| HSL | 57.05º | 0.33% | 0.64% | - |
| HSV(B) | 57.05º | 0.32% | 0.76% | - |
| XYZ | 44.57 | 49.83 | 29.1 | - |
| YUV | 184.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 132 | 0 | 0.02 | 0.32 | 0.24 | 57.05 | 0.33 | 0.64 |
| Hex | C1 | BE | 84 | 0 | 2 | 20 | 18 | 39 | 21 | 40 |
| Octal | 301 | 276 | 204 | 0 | 2 | 40 | 30 | 71 | 41 | 100 |
| Binary | 11000001 | 10111110 | 10000100 | 0 | 10 | 100000 | 11000 | 111001 | 100001 | 1000000 |
Color Harmonies of #C1BE84
Complementary color
Monochromatic Colors of #C1BE84
Black with #C1BE84
Text Example
Text Example
White with #C1BE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE84; }
p { color: rgb(193,190,132); }
H1.HeaderClassName
{
color: #C1BE84;
}
.AnyTagClassName
{
color: #C1BE84;
}
</style>
background-color css
<style>
a { background-color: #C1BE84; }
a { background-color: rgb(193,190,132); }
div.DivClassName
{
background-color: #C1BE84;
}
.BgClassName
{
background-color: #C1BE84;
}
</style>
border-color css
<style>
span { border-color: #C1BE84; }
span { border-color: rgb(193,190,132); }
td.TdClassName
{
border-color: #C1BE84;
}
.TagClassName
{
border-color: #C1BE84;
}
</style>