Shades of Sulu #BEDC76
Tints of Sulu #BEDC76
RGB
CMYK
RGB Variations
Color information
#BEDC76 (or 0xBEDC76) is known color: Sulu. HEX triplet: BE, DC and 76. RGB value is (190,220,118). Sum of RGB (Red+Green+Blue) = 190+220+118=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC76 is #412389. Grayscale: #C7C7C7. Windows color (decimal): -4268938 or 7789758. OLE color: 7789758.
HSL color Cylindrical-coordinate representation of color #BEDC76: hue angle of 77.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEDC76 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 118 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.14 |
| HSL | 77.65º | 0.59% | 0.66% | - |
| HSV(B) | 77.65º | 0.46% | 0.86% | - |
| XYZ | 50.1 | 63.44 | 26.74 | - |
| YUV | 199.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 118 | 0.14 | 0 | 0.46 | 0.14 | 77.65 | 0.59 | 0.66 |
| Hex | BE | DC | 76 | E | 0 | 2E | E | 4E | 3B | 42 |
| Octal | 276 | 334 | 166 | 16 | 0 | 56 | 16 | 116 | 73 | 102 |
| Binary | 10111110 | 11011100 | 1110110 | 1110 | 0 | 101110 | 1110 | 1001110 | 111011 | 1000010 |
Color Harmonies of #BEDC76
Complementary color
Monochromatic Colors of #BEDC76
Black with #BEDC76
Text Example
Text Example
White with #BEDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC76; }
p { color: rgb(190,220,118); }
H1.HeaderClassName
{
color: #BEDC76;
}
.AnyTagClassName
{
color: #BEDC76;
}
</style>
background-color css
<style>
a { background-color: #BEDC76; }
a { background-color: rgb(190,220,118); }
div.DivClassName
{
background-color: #BEDC76;
}
.BgClassName
{
background-color: #BEDC76;
}
</style>
border-color css
<style>
span { border-color: #BEDC76; }
span { border-color: rgb(190,220,118); }
td.TdClassName
{
border-color: #BEDC76;
}
.TagClassName
{
border-color: #BEDC76;
}
</style>