Shades of Reef #C6DC9B
Tints of Reef #C6DC9B
RGB
CMYK
RGB Variations
Color information
#C6DC9B (or 0xC6DC9B) is known color: Reef. HEX triplet: C6, DC and 9B. RGB value is (198,220,155). Sum of RGB (Red+Green+Blue) = 198+220+155=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6DC9B is #392364. Grayscale: #CECECE. Windows color (decimal): -3744613 or 10214598. OLE color: 10214598.
HSL color Cylindrical-coordinate representation of color #C6DC9B: hue angle of 80.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6DC9B is Cyan = 0.1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 220 | 155 | - |
| CMYK | 0.1 | 0 | 0.30 | 0.14 |
| HSL | 80.31º | 0.48% | 0.74% | - |
| HSV(B) | 80.31º | 0.3% | 0.86% | - |
| XYZ | 54.8 | 65.56 | 40.78 | - |
| YUV | 206.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 155 | 0.1 | 0 | 0.30 | 0.14 | 80.31 | 0.48 | 0.74 |
| Hex | C6 | DC | 9B | A | 0 | 1E | E | 50 | 30 | 4A |
| Octal | 306 | 334 | 233 | 12 | 0 | 36 | 16 | 120 | 60 | 112 |
| Binary | 11000110 | 11011100 | 10011011 | 1010 | 0 | 11110 | 1110 | 1010000 | 110000 | 1001010 |
Color Harmonies of #C6DC9B
Complementary color
Monochromatic Colors of #C6DC9B
Black with #C6DC9B
Text Example
Text Example
White with #C6DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DC9B; }
p { color: rgb(198,220,155); }
H1.HeaderClassName
{
color: #C6DC9B;
}
.AnyTagClassName
{
color: #C6DC9B;
}
</style>
background-color css
<style>
a { background-color: #C6DC9B; }
a { background-color: rgb(198,220,155); }
div.DivClassName
{
background-color: #C6DC9B;
}
.BgClassName
{
background-color: #C6DC9B;
}
</style>
border-color css
<style>
span { border-color: #C6DC9B; }
span { border-color: rgb(198,220,155); }
td.TdClassName
{
border-color: #C6DC9B;
}
.TagClassName
{
border-color: #C6DC9B;
}
</style>