Shades of Reef #CBE198
Tints of Reef #CBE198
RGB
CMYK
RGB Variations
Color information
#CBE198 (or 0xCBE198) is known color: Reef. HEX triplet: CB, E1 and 98. RGB value is (203,225,152). Sum of RGB (Red+Green+Blue) = 203+225+152=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE198 is #341E67. Grayscale: #D2D2D2. Windows color (decimal): -3415656 or 10019275. OLE color: 10019275.
HSL color Cylindrical-coordinate representation of color #CBE198: hue angle of 78.08º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBE198 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 152 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.12 |
| HSL | 78.08º | 0.55% | 0.74% | - |
| HSV(B) | 78.08º | 0.32% | 0.88% | - |
| XYZ | 57.22 | 68.81 | 39.97 | - |
| YUV | 210.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 152 | 0.10 | 0 | 0.32 | 0.12 | 78.08 | 0.55 | 0.74 |
| Hex | CB | E1 | 98 | A | 0 | 20 | C | 4E | 37 | 4A |
| Octal | 313 | 341 | 230 | 12 | 0 | 40 | 14 | 116 | 67 | 112 |
| Binary | 11001011 | 11100001 | 10011000 | 1010 | 0 | 100000 | 1100 | 1001110 | 110111 | 1001010 |
Color Harmonies of #CBE198
Complementary color
Monochromatic Colors of #CBE198
Black with #CBE198
Text Example
Text Example
White with #CBE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE198; }
p { color: rgb(203,225,152); }
H1.HeaderClassName
{
color: #CBE198;
}
.AnyTagClassName
{
color: #CBE198;
}
</style>
background-color css
<style>
a { background-color: #CBE198; }
a { background-color: rgb(203,225,152); }
div.DivClassName
{
background-color: #CBE198;
}
.BgClassName
{
background-color: #CBE198;
}
</style>
border-color css
<style>
span { border-color: #CBE198; }
span { border-color: rgb(203,225,152); }
td.TdClassName
{
border-color: #CBE198;
}
.TagClassName
{
border-color: #CBE198;
}
</style>