Shades of Sulu #BEDA7B
Tints of Sulu #BEDA7B
RGB
CMYK
RGB Variations
Color information
#BEDA7B (or 0xBEDA7B) is known color: Sulu. HEX triplet: BE, DA and 7B. RGB value is (190,218,123). Sum of RGB (Red+Green+Blue) = 190+218+123=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA7B is #412584. Grayscale: #C7C7C7. Windows color (decimal): -4269445 or 8116926. OLE color: 8116926.
HSL color Cylindrical-coordinate representation of color #BEDA7B: hue angle of 77.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEDA7B is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 123 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.15 |
| HSL | 77.68º | 0.56% | 0.67% | - |
| HSV(B) | 77.68º | 0.44% | 0.85% | - |
| XYZ | 49.88 | 62.52 | 28.18 | - |
| YUV | 198.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 123 | 0.13 | 0 | 0.44 | 0.15 | 77.68 | 0.56 | 0.67 |
| Hex | BE | DA | 7B | D | 0 | 2C | F | 4E | 38 | 43 |
| Octal | 276 | 332 | 173 | 15 | 0 | 54 | 17 | 116 | 70 | 103 |
| Binary | 10111110 | 11011010 | 1111011 | 1101 | 0 | 101100 | 1111 | 1001110 | 111000 | 1000011 |
Color Harmonies of #BEDA7B
Complementary color
Monochromatic Colors of #BEDA7B
Black with #BEDA7B
Text Example
Text Example
White with #BEDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA7B; }
p { color: rgb(190,218,123); }
H1.HeaderClassName
{
color: #BEDA7B;
}
.AnyTagClassName
{
color: #BEDA7B;
}
</style>
background-color css
<style>
a { background-color: #BEDA7B; }
a { background-color: rgb(190,218,123); }
div.DivClassName
{
background-color: #BEDA7B;
}
.BgClassName
{
background-color: #BEDA7B;
}
</style>
border-color css
<style>
span { border-color: #BEDA7B; }
span { border-color: rgb(190,218,123); }
td.TdClassName
{
border-color: #BEDA7B;
}
.TagClassName
{
border-color: #BEDA7B;
}
</style>