Shades of Deco #C6D58B
Tints of Deco #C6D58B
RGB
CMYK
RGB Variations
Color information
#C6D58B (or 0xC6D58B) is known color: Deco. HEX triplet: C6, D5 and 8B. RGB value is (198,213,139). Sum of RGB (Red+Green+Blue) = 198+213+139=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D58B is #392A74. Grayscale: #C8C8C8. Windows color (decimal): -3746421 or 9164230. OLE color: 9164230.
HSL color Cylindrical-coordinate representation of color #C6D58B: hue angle of 72.16º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6D58B is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 139 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.16 |
| HSL | 72.16º | 0.47% | 0.69% | - |
| HSV(B) | 72.16º | 0.35% | 0.84% | - |
| XYZ | 51.74 | 61.46 | 33.56 | - |
| YUV | 200.08 | 93.53 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 139 | 0.07 | 0 | 0.35 | 0.16 | 72.16 | 0.47 | 0.69 |
| Hex | C6 | D5 | 8B | 7 | 0 | 23 | 10 | 48 | 2F | 45 |
| Octal | 306 | 325 | 213 | 7 | 0 | 43 | 20 | 110 | 57 | 105 |
| Binary | 11000110 | 11010101 | 10001011 | 111 | 0 | 100011 | 10000 | 1001000 | 101111 | 1000101 |
Color Harmonies of #C6D58B
Complementary color
Monochromatic Colors of #C6D58B
Black with #C6D58B
Text Example
Text Example
White with #C6D58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D58B; }
p { color: rgb(198,213,139); }
H1.HeaderClassName
{
color: #C6D58B;
}
.AnyTagClassName
{
color: #C6D58B;
}
</style>
background-color css
<style>
a { background-color: #C6D58B; }
a { background-color: rgb(198,213,139); }
div.DivClassName
{
background-color: #C6D58B;
}
.BgClassName
{
background-color: #C6D58B;
}
</style>
border-color css
<style>
span { border-color: #C6D58B; }
span { border-color: rgb(198,213,139); }
td.TdClassName
{
border-color: #C6D58B;
}
.TagClassName
{
border-color: #C6D58B;
}
</style>