Shades of Sulu #BDDC7A
Tints of Sulu #BDDC7A
RGB
CMYK
RGB Variations
Color information
#BDDC7A (or 0xBDDC7A) is known color: Sulu. HEX triplet: BD, DC and 7A. RGB value is (189,220,122). Sum of RGB (Red+Green+Blue) = 189+220+122=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC7A is #422385. Grayscale: #C7C7C7. Windows color (decimal): -4334470 or 8051901. OLE color: 8051901.
HSL color Cylindrical-coordinate representation of color #BDDC7A: hue angle of 78.98º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDDC7A is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 122 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.14 |
| HSL | 78.98º | 0.58% | 0.67% | - |
| HSV(B) | 78.98º | 0.45% | 0.86% | - |
| XYZ | 50.09 | 63.41 | 28.01 | - |
| YUV | 199.56 | 84.23 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 122 | 0.14 | 0 | 0.45 | 0.14 | 78.98 | 0.58 | 0.67 |
| Hex | BD | DC | 7A | E | 0 | 2D | E | 4F | 3A | 43 |
| Octal | 275 | 334 | 172 | 16 | 0 | 55 | 16 | 117 | 72 | 103 |
| Binary | 10111101 | 11011100 | 1111010 | 1110 | 0 | 101101 | 1110 | 1001111 | 111010 | 1000011 |
Color Harmonies of #BDDC7A
Complementary color
Monochromatic Colors of #BDDC7A
Black with #BDDC7A
Text Example
Text Example
White with #BDDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC7A; }
p { color: rgb(189,220,122); }
H1.HeaderClassName
{
color: #BDDC7A;
}
.AnyTagClassName
{
color: #BDDC7A;
}
</style>
background-color css
<style>
a { background-color: #BDDC7A; }
a { background-color: rgb(189,220,122); }
div.DivClassName
{
background-color: #BDDC7A;
}
.BgClassName
{
background-color: #BDDC7A;
}
</style>
border-color css
<style>
span { border-color: #BDDC7A; }
span { border-color: rgb(189,220,122); }
td.TdClassName
{
border-color: #BDDC7A;
}
.TagClassName
{
border-color: #BDDC7A;
}
</style>