Shades of Deco #C2D67B
Tints of Deco #C2D67B
RGB
CMYK
RGB Variations
Color information
#C2D67B (or 0xC2D67B) is known color: Deco. HEX triplet: C2, D6 and 7B. RGB value is (194,214,123). Sum of RGB (Red+Green+Blue) = 194+214+123=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D67B is #3D2984. Grayscale: #C5C5C5. Windows color (decimal): -4008325 or 8115906. OLE color: 8115906.
HSL color Cylindrical-coordinate representation of color #C2D67B: hue angle of 73.19º 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 #C2D67B is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 123 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.16 |
| HSL | 73.19º | 0.53% | 0.66% | - |
| HSV(B) | 73.19º | 0.43% | 0.84% | - |
| XYZ | 49.87 | 60.99 | 27.88 | - |
| YUV | 197.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 123 | 0.09 | 0 | 0.43 | 0.16 | 73.19 | 0.53 | 0.66 |
| Hex | C2 | D6 | 7B | 9 | 0 | 2B | 10 | 49 | 35 | 42 |
| Octal | 302 | 326 | 173 | 11 | 0 | 53 | 20 | 111 | 65 | 102 |
| Binary | 11000010 | 11010110 | 1111011 | 1001 | 0 | 101011 | 10000 | 1001001 | 110101 | 1000010 |
Color Harmonies of #C2D67B
Complementary color
Monochromatic Colors of #C2D67B
Black with #C2D67B
Text Example
Text Example
White with #C2D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D67B; }
p { color: rgb(194,214,123); }
H1.HeaderClassName
{
color: #C2D67B;
}
.AnyTagClassName
{
color: #C2D67B;
}
</style>
background-color css
<style>
a { background-color: #C2D67B; }
a { background-color: rgb(194,214,123); }
div.DivClassName
{
background-color: #C2D67B;
}
.BgClassName
{
background-color: #C2D67B;
}
</style>
border-color css
<style>
span { border-color: #C2D67B; }
span { border-color: rgb(194,214,123); }
td.TdClassName
{
border-color: #C2D67B;
}
.TagClassName
{
border-color: #C2D67B;
}
</style>