Shades of Reef #CBE196
Tints of Reef #CBE196
RGB
CMYK
RGB Variations
Color information
#CBE196 (or 0xCBE196) is known color: Reef. HEX triplet: CB, E1 and 96. RGB value is (203,225,150). Sum of RGB (Red+Green+Blue) = 203+225+150=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE196 is #341E69. Grayscale: #D2D2D2. Windows color (decimal): -3415658 or 9888203. OLE color: 9888203.
HSL color Cylindrical-coordinate representation of color #CBE196: hue angle of 77.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBE196 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 150 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.12 |
| HSL | 77.6º | 0.56% | 0.74% | - |
| HSV(B) | 77.6º | 0.33% | 0.88% | - |
| XYZ | 57.06 | 68.75 | 39.12 | - |
| YUV | 209.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 150 | 0.10 | 0 | 0.33 | 0.12 | 77.6 | 0.56 | 0.74 |
| Hex | CB | E1 | 96 | A | 0 | 21 | C | 4E | 38 | 4A |
| Octal | 313 | 341 | 226 | 12 | 0 | 41 | 14 | 116 | 70 | 112 |
| Binary | 11001011 | 11100001 | 10010110 | 1010 | 0 | 100001 | 1100 | 1001110 | 111000 | 1001010 |
Color Harmonies of #CBE196
Complementary color
Monochromatic Colors of #CBE196
Black with #CBE196
Text Example
Text Example
White with #CBE196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE196; }
p { color: rgb(203,225,150); }
H1.HeaderClassName
{
color: #CBE196;
}
.AnyTagClassName
{
color: #CBE196;
}
</style>
background-color css
<style>
a { background-color: #CBE196; }
a { background-color: rgb(203,225,150); }
div.DivClassName
{
background-color: #CBE196;
}
.BgClassName
{
background-color: #CBE196;
}
</style>
border-color css
<style>
span { border-color: #CBE196; }
span { border-color: rgb(203,225,150); }
td.TdClassName
{
border-color: #CBE196;
}
.TagClassName
{
border-color: #CBE196;
}
</style>