Shades of Sulu #BED776
Tints of Sulu #BED776
RGB
CMYK
RGB Variations
Color information
#BED776 (or 0xBED776) is known color: Sulu. HEX triplet: BE, D7 and 76. RGB value is (190,215,118). Sum of RGB (Red+Green+Blue) = 190+215+118=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #BED776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED776 is #412889. Grayscale: #C4C4C4. Windows color (decimal): -4270218 or 7788478. OLE color: 7788478.
HSL color Cylindrical-coordinate representation of color #BED776: hue angle of 75.46º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BED776 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 118 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.16 |
| HSL | 75.46º | 0.55% | 0.65% | - |
| HSV(B) | 75.46º | 0.45% | 0.84% | - |
| XYZ | 48.81 | 60.86 | 26.31 | - |
| YUV | 196.47 | 83.72 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 118 | 0.12 | 0 | 0.45 | 0.16 | 75.46 | 0.55 | 0.65 |
| Hex | BE | D7 | 76 | C | 0 | 2D | 10 | 4B | 37 | 41 |
| Octal | 276 | 327 | 166 | 14 | 0 | 55 | 20 | 113 | 67 | 101 |
| Binary | 10111110 | 11010111 | 1110110 | 1100 | 0 | 101101 | 10000 | 1001011 | 110111 | 1000001 |
Color Harmonies of #BED776
Complementary color
Monochromatic Colors of #BED776
Black with #BED776
Text Example
Text Example
White with #BED776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED776; }
p { color: rgb(190,215,118); }
H1.HeaderClassName
{
color: #BED776;
}
.AnyTagClassName
{
color: #BED776;
}
</style>
background-color css
<style>
a { background-color: #BED776; }
a { background-color: rgb(190,215,118); }
div.DivClassName
{
background-color: #BED776;
}
.BgClassName
{
background-color: #BED776;
}
</style>
border-color css
<style>
span { border-color: #BED776; }
span { border-color: rgb(190,215,118); }
td.TdClassName
{
border-color: #BED776;
}
.TagClassName
{
border-color: #BED776;
}
</style>