Shades of Sulu #CBE176
Tints of Sulu #CBE176
RGB
CMYK
RGB Variations
Color information
#CBE176 (or 0xCBE176) is known color: Sulu. HEX triplet: CB, E1 and 76. RGB value is (203,225,118). Sum of RGB (Red+Green+Blue) = 203+225+118=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE176 is #341E89. Grayscale: #CECECE. Windows color (decimal): -3415690 or 7791051. OLE color: 7791051.
HSL color Cylindrical-coordinate representation of color #CBE176: hue angle of 72.34º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBE176 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 118 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.12 |
| HSL | 72.34º | 0.64% | 0.67% | - |
| HSV(B) | 72.34º | 0.48% | 0.88% | - |
| XYZ | 54.82 | 67.85 | 27.35 | - |
| YUV | 206.22 | 78.21 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 118 | 0.10 | 0 | 0.48 | 0.12 | 72.34 | 0.64 | 0.67 |
| Hex | CB | E1 | 76 | A | 0 | 30 | C | 48 | 40 | 43 |
| Octal | 313 | 341 | 166 | 12 | 0 | 60 | 14 | 110 | 100 | 103 |
| Binary | 11001011 | 11100001 | 1110110 | 1010 | 0 | 110000 | 1100 | 1001000 | 1000000 | 1000011 |
Color Harmonies of #CBE176
Complementary color
Monochromatic Colors of #CBE176
Black with #CBE176
Text Example
Text Example
White with #CBE176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE176; }
p { color: rgb(203,225,118); }
H1.HeaderClassName
{
color: #CBE176;
}
.AnyTagClassName
{
color: #CBE176;
}
</style>
background-color css
<style>
a { background-color: #CBE176; }
a { background-color: rgb(203,225,118); }
div.DivClassName
{
background-color: #CBE176;
}
.BgClassName
{
background-color: #CBE176;
}
</style>
border-color css
<style>
span { border-color: #CBE176; }
span { border-color: rgb(203,225,118); }
td.TdClassName
{
border-color: #CBE176;
}
.TagClassName
{
border-color: #CBE176;
}
</style>