Shades of Sulu #BED87A
Tints of Sulu #BED87A
RGB
CMYK
RGB Variations
Color information
#BED87A (or 0xBED87A) is known color: Sulu. HEX triplet: BE, D8 and 7A. RGB value is (190,216,122). Sum of RGB (Red+Green+Blue) = 190+216+122=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #BED87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED87A is #412785. Grayscale: #C5C5C5. Windows color (decimal): -4269958 or 8050878. OLE color: 8050878.
HSL color Cylindrical-coordinate representation of color #BED87A: hue angle of 76.6º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BED87A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 122 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.15 |
| HSL | 76.6º | 0.55% | 0.66% | - |
| HSV(B) | 76.6º | 0.44% | 0.85% | - |
| XYZ | 49.3 | 61.46 | 27.68 | - |
| YUV | 197.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 122 | 0.12 | 0 | 0.44 | 0.15 | 76.6 | 0.55 | 0.66 |
| Hex | BE | D8 | 7A | C | 0 | 2C | F | 4D | 37 | 42 |
| Octal | 276 | 330 | 172 | 14 | 0 | 54 | 17 | 115 | 67 | 102 |
| Binary | 10111110 | 11011000 | 1111010 | 1100 | 0 | 101100 | 1111 | 1001101 | 110111 | 1000010 |
Color Harmonies of #BED87A
Complementary color
Monochromatic Colors of #BED87A
Black with #BED87A
Text Example
Text Example
White with #BED87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED87A; }
p { color: rgb(190,216,122); }
H1.HeaderClassName
{
color: #BED87A;
}
.AnyTagClassName
{
color: #BED87A;
}
</style>
background-color css
<style>
a { background-color: #BED87A; }
a { background-color: rgb(190,216,122); }
div.DivClassName
{
background-color: #BED87A;
}
.BgClassName
{
background-color: #BED87A;
}
</style>
border-color css
<style>
span { border-color: #BED87A; }
span { border-color: rgb(190,216,122); }
td.TdClassName
{
border-color: #BED87A;
}
.TagClassName
{
border-color: #BED87A;
}
</style>