Shades of Reef #CBE99B
Tints of Reef #CBE99B
RGB
CMYK
RGB Variations
Color information
#CBE99B (or 0xCBE99B) is known color: Reef. HEX triplet: CB, E9 and 9B. RGB value is (203,233,155). Sum of RGB (Red+Green+Blue) = 203+233+155=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE99B is #341664. Grayscale: #D7D7D7. Windows color (decimal): -3413605 or 10217931. OLE color: 10217931.
HSL color Cylindrical-coordinate representation of color #CBE99B: hue angle of 83.08º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBE99B is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 155 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.09 |
| HSL | 83.08º | 0.64% | 0.76% | - |
| HSV(B) | 83.08º | 0.33% | 0.91% | - |
| XYZ | 59.68 | 73.34 | 42.02 | - |
| YUV | 215.14 | 94.06 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 155 | 0.13 | 0 | 0.33 | 0.09 | 83.08 | 0.64 | 0.76 |
| Hex | CB | E9 | 9B | D | 0 | 21 | 9 | 53 | 40 | 4C |
| Octal | 313 | 351 | 233 | 15 | 0 | 41 | 11 | 123 | 100 | 114 |
| Binary | 11001011 | 11101001 | 10011011 | 1101 | 0 | 100001 | 1001 | 1010011 | 1000000 | 1001100 |
Color Harmonies of #CBE99B
Complementary color
Monochromatic Colors of #CBE99B
Black with #CBE99B
Text Example
Text Example
White with #CBE99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE99B; }
p { color: rgb(203,233,155); }
H1.HeaderClassName
{
color: #CBE99B;
}
.AnyTagClassName
{
color: #CBE99B;
}
</style>
background-color css
<style>
a { background-color: #CBE99B; }
a { background-color: rgb(203,233,155); }
div.DivClassName
{
background-color: #CBE99B;
}
.BgClassName
{
background-color: #CBE99B;
}
</style>
border-color css
<style>
span { border-color: #CBE99B; }
span { border-color: rgb(203,233,155); }
td.TdClassName
{
border-color: #CBE99B;
}
.TagClassName
{
border-color: #CBE99B;
}
</style>