Shades of Sulu #CBDC93
Tints of Sulu #CBDC93
RGB
CMYK
RGB Variations
Color information
#CBDC93 (or 0xCBDC93) is known color: Sulu. HEX triplet: CB, DC and 93. RGB value is (203,220,147). Sum of RGB (Red+Green+Blue) = 203+220+147=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDC93 is #34236C. Grayscale: #CECECE. Windows color (decimal): -3416941 or 9690315. OLE color: 9690315.
HSL color Cylindrical-coordinate representation of color #CBDC93: hue angle of 73.97º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBDC93 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 147 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.14 |
| HSL | 73.97º | 0.51% | 0.72% | - |
| HSV(B) | 73.97º | 0.33% | 0.86% | - |
| XYZ | 55.49 | 65.99 | 37.42 | - |
| YUV | 206.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 147 | 0.08 | 0 | 0.33 | 0.14 | 73.97 | 0.51 | 0.72 |
| Hex | CB | DC | 93 | 8 | 0 | 21 | E | 4A | 33 | 48 |
| Octal | 313 | 334 | 223 | 10 | 0 | 41 | 16 | 112 | 63 | 110 |
| Binary | 11001011 | 11011100 | 10010011 | 1000 | 0 | 100001 | 1110 | 1001010 | 110011 | 1001000 |
Color Harmonies of #CBDC93
Complementary color
Monochromatic Colors of #CBDC93
Black with #CBDC93
Text Example
Text Example
White with #CBDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC93; }
p { color: rgb(203,220,147); }
H1.HeaderClassName
{
color: #CBDC93;
}
.AnyTagClassName
{
color: #CBDC93;
}
</style>
background-color css
<style>
a { background-color: #CBDC93; }
a { background-color: rgb(203,220,147); }
div.DivClassName
{
background-color: #CBDC93;
}
.BgClassName
{
background-color: #CBDC93;
}
</style>
border-color css
<style>
span { border-color: #CBDC93; }
span { border-color: rgb(203,220,147); }
td.TdClassName
{
border-color: #CBDC93;
}
.TagClassName
{
border-color: #CBDC93;
}
</style>