Shades of Sulu #BED97A
Tints of Sulu #BED97A
RGB
CMYK
RGB Variations
Color information
#BED97A (or 0xBED97A) is known color: Sulu. HEX triplet: BE, D9 and 7A. RGB value is (190,217,122). Sum of RGB (Red+Green+Blue) = 190+217+122=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #BED97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED97A is #412685. Grayscale: #C6C6C6. Windows color (decimal): -4269702 or 8051134. OLE color: 8051134.
HSL color Cylindrical-coordinate representation of color #BED97A: hue angle of 77.05º degrees, saturation: 0.56, 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 #BED97A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 122 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.15 |
| HSL | 77.05º | 0.56% | 0.66% | - |
| HSV(B) | 77.05º | 0.44% | 0.85% | - |
| XYZ | 49.56 | 61.98 | 27.76 | - |
| YUV | 198.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 122 | 0.12 | 0 | 0.44 | 0.15 | 77.05 | 0.56 | 0.66 |
| Hex | BE | D9 | 7A | C | 0 | 2C | F | 4D | 38 | 42 |
| Octal | 276 | 331 | 172 | 14 | 0 | 54 | 17 | 115 | 70 | 102 |
| Binary | 10111110 | 11011001 | 1111010 | 1100 | 0 | 101100 | 1111 | 1001101 | 111000 | 1000010 |
Color Harmonies of #BED97A
Complementary color
Monochromatic Colors of #BED97A
Black with #BED97A
Text Example
Text Example
White with #BED97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED97A; }
p { color: rgb(190,217,122); }
H1.HeaderClassName
{
color: #BED97A;
}
.AnyTagClassName
{
color: #BED97A;
}
</style>
background-color css
<style>
a { background-color: #BED97A; }
a { background-color: rgb(190,217,122); }
div.DivClassName
{
background-color: #BED97A;
}
.BgClassName
{
background-color: #BED97A;
}
</style>
border-color css
<style>
span { border-color: #BED97A; }
span { border-color: rgb(190,217,122); }
td.TdClassName
{
border-color: #BED97A;
}
.TagClassName
{
border-color: #BED97A;
}
</style>