Shades of Sulu #BED67B
Tints of Sulu #BED67B
RGB
CMYK
RGB Variations
Color information
#BED67B (or 0xBED67B) is known color: Sulu. HEX triplet: BE, D6 and 7B. RGB value is (190,214,123). Sum of RGB (Red+Green+Blue) = 190+214+123=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #BED67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED67B is #412984. Grayscale: #C4C4C4. Windows color (decimal): -4270469 or 8115902. OLE color: 8115902.
HSL color Cylindrical-coordinate representation of color #BED67B: hue angle of 75.82º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BED67B is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 123 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.16 |
| HSL | 75.82º | 0.53% | 0.66% | - |
| HSV(B) | 75.82º | 0.43% | 0.84% | - |
| XYZ | 48.86 | 60.47 | 27.84 | - |
| YUV | 196.45 | 86.55 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 123 | 0.11 | 0 | 0.43 | 0.16 | 75.82 | 0.53 | 0.66 |
| Hex | BE | D6 | 7B | B | 0 | 2B | 10 | 4C | 35 | 42 |
| Octal | 276 | 326 | 173 | 13 | 0 | 53 | 20 | 114 | 65 | 102 |
| Binary | 10111110 | 11010110 | 1111011 | 1011 | 0 | 101011 | 10000 | 1001100 | 110101 | 1000010 |
Color Harmonies of #BED67B
Complementary color
Monochromatic Colors of #BED67B
Black with #BED67B
Text Example
Text Example
White with #BED67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED67B; }
p { color: rgb(190,214,123); }
H1.HeaderClassName
{
color: #BED67B;
}
.AnyTagClassName
{
color: #BED67B;
}
</style>
background-color css
<style>
a { background-color: #BED67B; }
a { background-color: rgb(190,214,123); }
div.DivClassName
{
background-color: #BED67B;
}
.BgClassName
{
background-color: #BED67B;
}
</style>
border-color css
<style>
span { border-color: #BED67B; }
span { border-color: rgb(190,214,123); }
td.TdClassName
{
border-color: #BED67B;
}
.TagClassName
{
border-color: #BED67B;
}
</style>