Shades of Sulu #BED78A
Tints of Sulu #BED78A
RGB
CMYK
RGB Variations
Color information
#BED78A (or 0xBED78A) is known color: Sulu. HEX triplet: BE, D7 and 8A. RGB value is (190,215,138). Sum of RGB (Red+Green+Blue) = 190+215+138=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #BED78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED78A is #412875. Grayscale: #C7C7C7. Windows color (decimal): -4270198 or 9099198. OLE color: 9099198.
HSL color Cylindrical-coordinate representation of color #BED78A: hue angle of 79.48º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BED78A is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 138 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.16 |
| HSL | 79.48º | 0.49% | 0.69% | - |
| HSV(B) | 79.48º | 0.36% | 0.84% | - |
| XYZ | 50.12 | 61.38 | 33.25 | - |
| YUV | 198.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 138 | 0.12 | 0 | 0.36 | 0.16 | 79.48 | 0.49 | 0.69 |
| Hex | BE | D7 | 8A | C | 0 | 24 | 10 | 4F | 31 | 45 |
| Octal | 276 | 327 | 212 | 14 | 0 | 44 | 20 | 117 | 61 | 105 |
| Binary | 10111110 | 11010111 | 10001010 | 1100 | 0 | 100100 | 10000 | 1001111 | 110001 | 1000101 |
Color Harmonies of #BED78A
Complementary color
Monochromatic Colors of #BED78A
Black with #BED78A
Text Example
Text Example
White with #BED78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED78A; }
p { color: rgb(190,215,138); }
H1.HeaderClassName
{
color: #BED78A;
}
.AnyTagClassName
{
color: #BED78A;
}
</style>
background-color css
<style>
a { background-color: #BED78A; }
a { background-color: rgb(190,215,138); }
div.DivClassName
{
background-color: #BED78A;
}
.BgClassName
{
background-color: #BED78A;
}
</style>
border-color css
<style>
span { border-color: #BED78A; }
span { border-color: rgb(190,215,138); }
td.TdClassName
{
border-color: #BED78A;
}
.TagClassName
{
border-color: #BED78A;
}
</style>