Shades of Reef #CBDC98
Tints of Reef #CBDC98
RGB
CMYK
RGB Variations
Color information
#CBDC98 (or 0xCBDC98) is known color: Reef. HEX triplet: CB, DC and 98. RGB value is (203,220,152). Sum of RGB (Red+Green+Blue) = 203+220+152=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDC98 is #342367. Grayscale: #CFCFCF. Windows color (decimal): -3416936 or 10017995. OLE color: 10017995.
HSL color Cylindrical-coordinate representation of color #CBDC98: hue angle of 75º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBDC98 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 152 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.14 |
| HSL | 75º | 0.49% | 0.73% | - |
| HSV(B) | 75º | 0.31% | 0.86% | - |
| XYZ | 55.89 | 66.15 | 39.53 | - |
| YUV | 207.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 152 | 0.08 | 0 | 0.31 | 0.14 | 75 | 0.49 | 0.73 |
| Hex | CB | DC | 98 | 8 | 0 | 1F | E | 4B | 31 | 49 |
| Octal | 313 | 334 | 230 | 10 | 0 | 37 | 16 | 113 | 61 | 111 |
| Binary | 11001011 | 11011100 | 10011000 | 1000 | 0 | 11111 | 1110 | 1001011 | 110001 | 1001001 |
Color Harmonies of #CBDC98
Complementary color
Monochromatic Colors of #CBDC98
Black with #CBDC98
Text Example
Text Example
White with #CBDC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC98; }
p { color: rgb(203,220,152); }
H1.HeaderClassName
{
color: #CBDC98;
}
.AnyTagClassName
{
color: #CBDC98;
}
</style>
background-color css
<style>
a { background-color: #CBDC98; }
a { background-color: rgb(203,220,152); }
div.DivClassName
{
background-color: #CBDC98;
}
.BgClassName
{
background-color: #CBDC98;
}
</style>
border-color css
<style>
span { border-color: #CBDC98; }
span { border-color: rgb(203,220,152); }
td.TdClassName
{
border-color: #CBDC98;
}
.TagClassName
{
border-color: #CBDC98;
}
</style>