Shades of Deco #C3D67B
Tints of Deco #C3D67B
RGB
CMYK
RGB Variations
Color information
#C3D67B (or 0xC3D67B) is known color: Deco. HEX triplet: C3, D6 and 7B. RGB value is (195,214,123). Sum of RGB (Red+Green+Blue) = 195+214+123=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D67B is #3C2984. Grayscale: #C6C6C6. Windows color (decimal): -3942789 or 8115907. OLE color: 8115907.
HSL color Cylindrical-coordinate representation of color #C3D67B: hue angle of 72.53º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3D67B is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 214 | 123 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.16 |
| HSL | 72.53º | 0.53% | 0.66% | - |
| HSV(B) | 72.53º | 0.43% | 0.84% | - |
| XYZ | 50.13 | 61.13 | 27.9 | - |
| YUV | 197.95 | 85.71 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 214 | 123 | 0.09 | 0 | 0.43 | 0.16 | 72.53 | 0.53 | 0.66 |
| Hex | C3 | D6 | 7B | 9 | 0 | 2B | 10 | 49 | 35 | 42 |
| Octal | 303 | 326 | 173 | 11 | 0 | 53 | 20 | 111 | 65 | 102 |
| Binary | 11000011 | 11010110 | 1111011 | 1001 | 0 | 101011 | 10000 | 1001001 | 110101 | 1000010 |
Color Harmonies of #C3D67B
Complementary color
Monochromatic Colors of #C3D67B
Black with #C3D67B
Text Example
Text Example
White with #C3D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D67B; }
p { color: rgb(195,214,123); }
H1.HeaderClassName
{
color: #C3D67B;
}
.AnyTagClassName
{
color: #C3D67B;
}
</style>
background-color css
<style>
a { background-color: #C3D67B; }
a { background-color: rgb(195,214,123); }
div.DivClassName
{
background-color: #C3D67B;
}
.BgClassName
{
background-color: #C3D67B;
}
</style>
border-color css
<style>
span { border-color: #C3D67B; }
span { border-color: rgb(195,214,123); }
td.TdClassName
{
border-color: #C3D67B;
}
.TagClassName
{
border-color: #C3D67B;
}
</style>