Shades of Sulu #BEDB7A
Tints of Sulu #BEDB7A
RGB
CMYK
RGB Variations
Color information
#BEDB7A (or 0xBEDB7A) is known color: Sulu. HEX triplet: BE, DB and 7A. RGB value is (190,219,122). Sum of RGB (Red+Green+Blue) = 190+219+122=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB7A is #412485. Grayscale: #C7C7C7. Windows color (decimal): -4269190 or 8051646. OLE color: 8051646.
HSL color Cylindrical-coordinate representation of color #BEDB7A: hue angle of 77.94º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEDB7A is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 122 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.14 |
| HSL | 77.94º | 0.57% | 0.67% | - |
| HSV(B) | 77.94º | 0.44% | 0.86% | - |
| XYZ | 50.08 | 63.02 | 27.94 | - |
| YUV | 199.27 | 84.39 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 122 | 0.13 | 0 | 0.44 | 0.14 | 77.94 | 0.57 | 0.67 |
| Hex | BE | DB | 7A | D | 0 | 2C | E | 4E | 39 | 43 |
| Octal | 276 | 333 | 172 | 15 | 0 | 54 | 16 | 116 | 71 | 103 |
| Binary | 10111110 | 11011011 | 1111010 | 1101 | 0 | 101100 | 1110 | 1001110 | 111001 | 1000011 |
Color Harmonies of #BEDB7A
Complementary color
Monochromatic Colors of #BEDB7A
Black with #BEDB7A
Text Example
Text Example
White with #BEDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB7A; }
p { color: rgb(190,219,122); }
H1.HeaderClassName
{
color: #BEDB7A;
}
.AnyTagClassName
{
color: #BEDB7A;
}
</style>
background-color css
<style>
a { background-color: #BEDB7A; }
a { background-color: rgb(190,219,122); }
div.DivClassName
{
background-color: #BEDB7A;
}
.BgClassName
{
background-color: #BEDB7A;
}
</style>
border-color css
<style>
span { border-color: #BEDB7A; }
span { border-color: rgb(190,219,122); }
td.TdClassName
{
border-color: #BEDB7A;
}
.TagClassName
{
border-color: #BEDB7A;
}
</style>