Shades of Reef #CBDB9A
Tints of Reef #CBDB9A
RGB
CMYK
RGB Variations
Color information
#CBDB9A (or 0xCBDB9A) is known color: Reef. HEX triplet: CB, DB and 9A. RGB value is (203,219,154). Sum of RGB (Red+Green+Blue) = 203+219+154=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDB9A is #342465. Grayscale: #CFCFCF. Windows color (decimal): -3417190 or 10148811. OLE color: 10148811.
HSL color Cylindrical-coordinate representation of color #CBDB9A: hue angle of 74.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBDB9A is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 154 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.14 |
| HSL | 74.77º | 0.47% | 0.73% | - |
| HSV(B) | 74.77º | 0.3% | 0.86% | - |
| XYZ | 55.79 | 65.69 | 40.31 | - |
| YUV | 206.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 154 | 0.07 | 0 | 0.30 | 0.14 | 74.77 | 0.47 | 0.73 |
| Hex | CB | DB | 9A | 7 | 0 | 1E | E | 4B | 2F | 49 |
| Octal | 313 | 333 | 232 | 7 | 0 | 36 | 16 | 113 | 57 | 111 |
| Binary | 11001011 | 11011011 | 10011010 | 111 | 0 | 11110 | 1110 | 1001011 | 101111 | 1001001 |
Color Harmonies of #CBDB9A
Complementary color
Monochromatic Colors of #CBDB9A
Black with #CBDB9A
Text Example
Text Example
White with #CBDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB9A; }
p { color: rgb(203,219,154); }
H1.HeaderClassName
{
color: #CBDB9A;
}
.AnyTagClassName
{
color: #CBDB9A;
}
</style>
background-color css
<style>
a { background-color: #CBDB9A; }
a { background-color: rgb(203,219,154); }
div.DivClassName
{
background-color: #CBDB9A;
}
.BgClassName
{
background-color: #CBDB9A;
}
</style>
border-color css
<style>
span { border-color: #CBDB9A; }
span { border-color: rgb(203,219,154); }
td.TdClassName
{
border-color: #CBDB9A;
}
.TagClassName
{
border-color: #CBDB9A;
}
</style>