Shades of Sulu #BEDB76
Tints of Sulu #BEDB76
RGB
CMYK
RGB Variations
Color information
#BEDB76 (or 0xBEDB76) is known color: Sulu. HEX triplet: BE, DB and 76. RGB value is (190,219,118). Sum of RGB (Red+Green+Blue) = 190+219+118=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB76 is #412489. Grayscale: #C7C7C7. Windows color (decimal): -4269194 or 7789502. OLE color: 7789502.
HSL color Cylindrical-coordinate representation of color #BEDB76: hue angle of 77.23º degrees, saturation: 0.58, 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 #BEDB76 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 118 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.14 |
| HSL | 77.23º | 0.58% | 0.66% | - |
| HSV(B) | 77.23º | 0.46% | 0.86% | - |
| XYZ | 49.84 | 62.92 | 26.66 | - |
| YUV | 198.82 | 82.39 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 118 | 0.13 | 0 | 0.46 | 0.14 | 77.23 | 0.58 | 0.66 |
| Hex | BE | DB | 76 | D | 0 | 2E | E | 4D | 3A | 42 |
| Octal | 276 | 333 | 166 | 15 | 0 | 56 | 16 | 115 | 72 | 102 |
| Binary | 10111110 | 11011011 | 1110110 | 1101 | 0 | 101110 | 1110 | 1001101 | 111010 | 1000010 |
Color Harmonies of #BEDB76
Complementary color
Monochromatic Colors of #BEDB76
Black with #BEDB76
Text Example
Text Example
White with #BEDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB76; }
p { color: rgb(190,219,118); }
H1.HeaderClassName
{
color: #BEDB76;
}
.AnyTagClassName
{
color: #BEDB76;
}
</style>
background-color css
<style>
a { background-color: #BEDB76; }
a { background-color: rgb(190,219,118); }
div.DivClassName
{
background-color: #BEDB76;
}
.BgClassName
{
background-color: #BEDB76;
}
</style>
border-color css
<style>
span { border-color: #BEDB76; }
span { border-color: rgb(190,219,118); }
td.TdClassName
{
border-color: #BEDB76;
}
.TagClassName
{
border-color: #BEDB76;
}
</style>