Shades of Las Palmas #BDDC3A
Tints of Las Palmas #BDDC3A
RGB
CMYK
RGB Variations
Color information
#BDDC3A (or 0xBDDC3A) is known color: Las Palmas. HEX triplet: BD, DC and 3A. RGB value is (189,220,58). Sum of RGB (Red+Green+Blue) = 189+220+58=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC3A is #4223C5. Grayscale: #C0C0C0. Windows color (decimal): -4334534 or 3857597. OLE color: 3857597.
HSL color Cylindrical-coordinate representation of color #BDDC3A: hue angle of 71.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDDC3A is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 58 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.14 |
| HSL | 71.48º | 0.7% | 0.55% | - |
| HSV(B) | 71.48º | 0.74% | 0.86% | - |
| XYZ | 47.34 | 62.31 | 13.53 | - |
| YUV | 192.26 | 52.23 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 58 | 0.14 | 0 | 0.74 | 0.14 | 71.48 | 0.7 | 0.55 |
| Hex | BD | DC | 3A | E | 0 | 4A | E | 47 | 46 | 37 |
| Octal | 275 | 334 | 72 | 16 | 0 | 112 | 16 | 107 | 106 | 67 |
| Binary | 10111101 | 11011100 | 111010 | 1110 | 0 | 1001010 | 1110 | 1000111 | 1000110 | 110111 |
Color Harmonies of #BDDC3A
Complementary color
Monochromatic Colors of #BDDC3A
Black with #BDDC3A
Text Example
Text Example
White with #BDDC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC3A; }
p { color: rgb(189,220,58); }
H1.HeaderClassName
{
color: #BDDC3A;
}
.AnyTagClassName
{
color: #BDDC3A;
}
</style>
background-color css
<style>
a { background-color: #BDDC3A; }
a { background-color: rgb(189,220,58); }
div.DivClassName
{
background-color: #BDDC3A;
}
.BgClassName
{
background-color: #BDDC3A;
}
</style>
border-color css
<style>
span { border-color: #BDDC3A; }
span { border-color: rgb(189,220,58); }
td.TdClassName
{
border-color: #BDDC3A;
}
.TagClassName
{
border-color: #BDDC3A;
}
</style>