Shades of Las Palmas #BDE23C
Tints of Las Palmas #BDE23C
RGB
CMYK
RGB Variations
Color information
#BDE23C (or 0xBDE23C) is known color: Las Palmas. HEX triplet: BD, E2 and 3C. RGB value is (189,226,60). Sum of RGB (Red+Green+Blue) = 189+226+60=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE23C is #421DC3. Grayscale: #C4C4C4. Windows color (decimal): -4332996 or 3990205. OLE color: 3990205.
HSL color Cylindrical-coordinate representation of color #BDE23C: hue angle of 73.37º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDE23C is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 60 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.11 |
| HSL | 73.37º | 0.74% | 0.56% | - |
| HSV(B) | 73.37º | 0.73% | 0.89% | - |
| XYZ | 49 | 65.54 | 14.34 | - |
| YUV | 196.01 | 51.24 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 60 | 0.16 | 0 | 0.73 | 0.11 | 73.37 | 0.74 | 0.56 |
| Hex | BD | E2 | 3C | 10 | 0 | 49 | B | 49 | 4A | 38 |
| Octal | 275 | 342 | 74 | 20 | 0 | 111 | 13 | 111 | 112 | 70 |
| Binary | 10111101 | 11100010 | 111100 | 10000 | 0 | 1001001 | 1011 | 1001001 | 1001010 | 111000 |
Color Harmonies of #BDE23C
Complementary color
Monochromatic Colors of #BDE23C
Black with #BDE23C
Text Example
Text Example
White with #BDE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE23C; }
p { color: rgb(189,226,60); }
H1.HeaderClassName
{
color: #BDE23C;
}
.AnyTagClassName
{
color: #BDE23C;
}
</style>
background-color css
<style>
a { background-color: #BDE23C; }
a { background-color: rgb(189,226,60); }
div.DivClassName
{
background-color: #BDE23C;
}
.BgClassName
{
background-color: #BDE23C;
}
</style>
border-color css
<style>
span { border-color: #BDE23C; }
span { border-color: rgb(189,226,60); }
td.TdClassName
{
border-color: #BDE23C;
}
.TagClassName
{
border-color: #BDE23C;
}
</style>