Shades of Sulu #BEDA8A
Tints of Sulu #BEDA8A
RGB
CMYK
RGB Variations
Color information
#BEDA8A (or 0xBEDA8A) is known color: Sulu. HEX triplet: BE, DA and 8A. RGB value is (190,218,138). Sum of RGB (Red+Green+Blue) = 190+218+138=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA8A is #412575. Grayscale: #C8C8C8. Windows color (decimal): -4269430 or 9099966. OLE color: 9099966.
HSL color Cylindrical-coordinate representation of color #BEDA8A: hue angle of 81º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEDA8A is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 138 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.15 |
| HSL | 81º | 0.52% | 0.7% | - |
| HSV(B) | 81º | 0.37% | 0.85% | - |
| XYZ | 50.89 | 62.92 | 33.51 | - |
| YUV | 200.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 138 | 0.13 | 0 | 0.37 | 0.15 | 81 | 0.52 | 0.7 |
| Hex | BE | DA | 8A | D | 0 | 25 | F | 51 | 34 | 46 |
| Octal | 276 | 332 | 212 | 15 | 0 | 45 | 17 | 121 | 64 | 106 |
| Binary | 10111110 | 11011010 | 10001010 | 1101 | 0 | 100101 | 1111 | 1010001 | 110100 | 1000110 |
Color Harmonies of #BEDA8A
Complementary color
Monochromatic Colors of #BEDA8A
Black with #BEDA8A
Text Example
Text Example
White with #BEDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA8A; }
p { color: rgb(190,218,138); }
H1.HeaderClassName
{
color: #BEDA8A;
}
.AnyTagClassName
{
color: #BEDA8A;
}
</style>
background-color css
<style>
a { background-color: #BEDA8A; }
a { background-color: rgb(190,218,138); }
div.DivClassName
{
background-color: #BEDA8A;
}
.BgClassName
{
background-color: #BEDA8A;
}
</style>
border-color css
<style>
span { border-color: #BEDA8A; }
span { border-color: rgb(190,218,138); }
td.TdClassName
{
border-color: #BEDA8A;
}
.TagClassName
{
border-color: #BEDA8A;
}
</style>