Shades of Sulu #BDDC7C
Tints of Sulu #BDDC7C
RGB
CMYK
RGB Variations
Color information
#BDDC7C (or 0xBDDC7C) is known color: Sulu. HEX triplet: BD, DC and 7C. RGB value is (189,220,124). Sum of RGB (Red+Green+Blue) = 189+220+124=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC7C is #422383. Grayscale: #C8C8C8. Windows color (decimal): -4334468 or 8182973. OLE color: 8182973.
HSL color Cylindrical-coordinate representation of color #BDDC7C: hue angle of 79.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDDC7C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 124 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.14 |
| HSL | 79.38º | 0.58% | 0.67% | - |
| HSV(B) | 79.38º | 0.44% | 0.86% | - |
| XYZ | 50.22 | 63.46 | 28.67 | - |
| YUV | 199.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 124 | 0.14 | 0 | 0.44 | 0.14 | 79.38 | 0.58 | 0.67 |
| Hex | BD | DC | 7C | E | 0 | 2C | E | 4F | 3A | 43 |
| Octal | 275 | 334 | 174 | 16 | 0 | 54 | 16 | 117 | 72 | 103 |
| Binary | 10111101 | 11011100 | 1111100 | 1110 | 0 | 101100 | 1110 | 1001111 | 111010 | 1000011 |
Color Harmonies of #BDDC7C
Complementary color
Monochromatic Colors of #BDDC7C
Black with #BDDC7C
Text Example
Text Example
White with #BDDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC7C; }
p { color: rgb(189,220,124); }
H1.HeaderClassName
{
color: #BDDC7C;
}
.AnyTagClassName
{
color: #BDDC7C;
}
</style>
background-color css
<style>
a { background-color: #BDDC7C; }
a { background-color: rgb(189,220,124); }
div.DivClassName
{
background-color: #BDDC7C;
}
.BgClassName
{
background-color: #BDDC7C;
}
</style>
border-color css
<style>
span { border-color: #BDDC7C; }
span { border-color: rgb(189,220,124); }
td.TdClassName
{
border-color: #BDDC7C;
}
.TagClassName
{
border-color: #BDDC7C;
}
</style>