Shades of Sulu #BED97C
Tints of Sulu #BED97C
RGB
CMYK
RGB Variations
Color information
#BED97C (or 0xBED97C) is known color: Sulu. HEX triplet: BE, D9 and 7C. RGB value is (190,217,124). Sum of RGB (Red+Green+Blue) = 190+217+124=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #BED97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED97C is #412683. Grayscale: #C6C6C6. Windows color (decimal): -4269700 or 8182206. OLE color: 8182206.
HSL color Cylindrical-coordinate representation of color #BED97C: hue angle of 77.42º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BED97C is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 124 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.15 |
| HSL | 77.42º | 0.55% | 0.67% | - |
| HSV(B) | 77.42º | 0.43% | 0.85% | - |
| XYZ | 49.69 | 62.03 | 28.42 | - |
| YUV | 198.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 124 | 0.12 | 0 | 0.43 | 0.15 | 77.42 | 0.55 | 0.67 |
| Hex | BE | D9 | 7C | C | 0 | 2B | F | 4D | 37 | 43 |
| Octal | 276 | 331 | 174 | 14 | 0 | 53 | 17 | 115 | 67 | 103 |
| Binary | 10111110 | 11011001 | 1111100 | 1100 | 0 | 101011 | 1111 | 1001101 | 110111 | 1000011 |
Color Harmonies of #BED97C
Complementary color
Monochromatic Colors of #BED97C
Black with #BED97C
Text Example
Text Example
White with #BED97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED97C; }
p { color: rgb(190,217,124); }
H1.HeaderClassName
{
color: #BED97C;
}
.AnyTagClassName
{
color: #BED97C;
}
</style>
background-color css
<style>
a { background-color: #BED97C; }
a { background-color: rgb(190,217,124); }
div.DivClassName
{
background-color: #BED97C;
}
.BgClassName
{
background-color: #BED97C;
}
</style>
border-color css
<style>
span { border-color: #BED97C; }
span { border-color: rgb(190,217,124); }
td.TdClassName
{
border-color: #BED97C;
}
.TagClassName
{
border-color: #BED97C;
}
</style>