Shades of Sulu #BED972
Tints of Sulu #BED972
RGB
CMYK
RGB Variations
Color information
#BED972 (or 0xBED972) is known color: Sulu. HEX triplet: BE, D9 and 72. RGB value is (190,217,114). Sum of RGB (Red+Green+Blue) = 190+217+114=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #BED972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED972 is #41268D. Grayscale: #C5C5C5. Windows color (decimal): -4269710 or 7526846. OLE color: 7526846.
HSL color Cylindrical-coordinate representation of color #BED972: hue angle of 75.73º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BED972 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 114 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.15 |
| HSL | 75.73º | 0.58% | 0.65% | - |
| HSV(B) | 75.73º | 0.47% | 0.85% | - |
| XYZ | 49.09 | 61.79 | 25.26 | - |
| YUV | 197.19 | 81.05 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 114 | 0.12 | 0 | 0.47 | 0.15 | 75.73 | 0.58 | 0.65 |
| Hex | BE | D9 | 72 | C | 0 | 2F | F | 4C | 3A | 41 |
| Octal | 276 | 331 | 162 | 14 | 0 | 57 | 17 | 114 | 72 | 101 |
| Binary | 10111110 | 11011001 | 1110010 | 1100 | 0 | 101111 | 1111 | 1001100 | 111010 | 1000001 |
Color Harmonies of #BED972
Complementary color
Monochromatic Colors of #BED972
Black with #BED972
Text Example
Text Example
White with #BED972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED972; }
p { color: rgb(190,217,114); }
H1.HeaderClassName
{
color: #BED972;
}
.AnyTagClassName
{
color: #BED972;
}
</style>
background-color css
<style>
a { background-color: #BED972; }
a { background-color: rgb(190,217,114); }
div.DivClassName
{
background-color: #BED972;
}
.BgClassName
{
background-color: #BED972;
}
</style>
border-color css
<style>
span { border-color: #BED972; }
span { border-color: rgb(190,217,114); }
td.TdClassName
{
border-color: #BED972;
}
.TagClassName
{
border-color: #BED972;
}
</style>