Shades of Sulu #CBDC8D
Tints of Sulu #CBDC8D
RGB
CMYK
RGB Variations
Color information
#CBDC8D (or 0xCBDC8D) is known color: Sulu. HEX triplet: CB, DC and 8D. RGB value is (203,220,141). Sum of RGB (Red+Green+Blue) = 203+220+141=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDC8D is #342372. Grayscale: #CECECE. Windows color (decimal): -3416947 or 9297099. OLE color: 9297099.
HSL color Cylindrical-coordinate representation of color #CBDC8D: hue angle of 72.91º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBDC8D is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 141 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.14 |
| HSL | 72.91º | 0.53% | 0.71% | - |
| HSV(B) | 72.91º | 0.36% | 0.86% | - |
| XYZ | 55.03 | 65.81 | 35 | - |
| YUV | 205.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 141 | 0.08 | 0 | 0.36 | 0.14 | 72.91 | 0.53 | 0.71 |
| Hex | CB | DC | 8D | 8 | 0 | 24 | E | 49 | 35 | 47 |
| Octal | 313 | 334 | 215 | 10 | 0 | 44 | 16 | 111 | 65 | 107 |
| Binary | 11001011 | 11011100 | 10001101 | 1000 | 0 | 100100 | 1110 | 1001001 | 110101 | 1000111 |
Color Harmonies of #CBDC8D
Complementary color
Monochromatic Colors of #CBDC8D
Black with #CBDC8D
Text Example
Text Example
White with #CBDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC8D; }
p { color: rgb(203,220,141); }
H1.HeaderClassName
{
color: #CBDC8D;
}
.AnyTagClassName
{
color: #CBDC8D;
}
</style>
background-color css
<style>
a { background-color: #CBDC8D; }
a { background-color: rgb(203,220,141); }
div.DivClassName
{
background-color: #CBDC8D;
}
.BgClassName
{
background-color: #CBDC8D;
}
</style>
border-color css
<style>
span { border-color: #CBDC8D; }
span { border-color: rgb(203,220,141); }
td.TdClassName
{
border-color: #CBDC8D;
}
.TagClassName
{
border-color: #CBDC8D;
}
</style>