Shades of Reef #CBE896
Tints of Reef #CBE896
RGB
CMYK
RGB Variations
Color information
#CBE896 (or 0xCBE896) is known color: Reef. HEX triplet: CB, E8 and 96. RGB value is (203,232,150). Sum of RGB (Red+Green+Blue) = 203+232+150=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE896 is #341769. Grayscale: #D6D6D6. Windows color (decimal): -3413866 or 9889995. OLE color: 9889995.
HSL color Cylindrical-coordinate representation of color #CBE896: hue angle of 81.22º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBE896 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 150 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.09 |
| HSL | 81.22º | 0.64% | 0.75% | - |
| HSV(B) | 81.22º | 0.35% | 0.91% | - |
| XYZ | 58.99 | 72.61 | 39.76 | - |
| YUV | 213.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 150 | 0.12 | 0 | 0.35 | 0.09 | 81.22 | 0.64 | 0.75 |
| Hex | CB | E8 | 96 | C | 0 | 23 | 9 | 51 | 40 | 4B |
| Octal | 313 | 350 | 226 | 14 | 0 | 43 | 11 | 121 | 100 | 113 |
| Binary | 11001011 | 11101000 | 10010110 | 1100 | 0 | 100011 | 1001 | 1010001 | 1000000 | 1001011 |
Color Harmonies of #CBE896
Complementary color
Monochromatic Colors of #CBE896
Black with #CBE896
Text Example
Text Example
White with #CBE896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE896; }
p { color: rgb(203,232,150); }
H1.HeaderClassName
{
color: #CBE896;
}
.AnyTagClassName
{
color: #CBE896;
}
</style>
background-color css
<style>
a { background-color: #CBE896; }
a { background-color: rgb(203,232,150); }
div.DivClassName
{
background-color: #CBE896;
}
.BgClassName
{
background-color: #CBE896;
}
</style>
border-color css
<style>
span { border-color: #CBE896; }
span { border-color: rgb(203,232,150); }
td.TdClassName
{
border-color: #CBE896;
}
.TagClassName
{
border-color: #CBE896;
}
</style>