Shades of Las Palmas #B9E03D
Tints of Las Palmas #B9E03D
RGB
CMYK
RGB Variations
Color information
#B9E03D (or 0xB9E03D) is known color: Las Palmas. HEX triplet: B9, E0 and 3D. RGB value is (185,224,61). Sum of RGB (Red+Green+Blue) = 185+224+61=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E03D is #461FC2. Grayscale: #C2C2C2. Windows color (decimal): -4595651 or 4055225. OLE color: 4055225.
HSL color Cylindrical-coordinate representation of color #B9E03D: hue angle of 74.36º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9E03D is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 61 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.12 |
| HSL | 74.36º | 0.72% | 0.56% | - |
| HSV(B) | 74.36º | 0.73% | 0.88% | - |
| XYZ | 47.51 | 63.96 | 14.26 | - |
| YUV | 193.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 61 | 0.17 | 0 | 0.73 | 0.12 | 74.36 | 0.72 | 0.56 |
| Hex | B9 | E0 | 3D | 11 | 0 | 49 | C | 4A | 48 | 38 |
| Octal | 271 | 340 | 75 | 21 | 0 | 111 | 14 | 112 | 110 | 70 |
| Binary | 10111001 | 11100000 | 111101 | 10001 | 0 | 1001001 | 1100 | 1001010 | 1001000 | 111000 |
Color Harmonies of #B9E03D
Complementary color
Monochromatic Colors of #B9E03D
Black with #B9E03D
Text Example
Text Example
White with #B9E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E03D; }
p { color: rgb(185,224,61); }
H1.HeaderClassName
{
color: #B9E03D;
}
.AnyTagClassName
{
color: #B9E03D;
}
</style>
background-color css
<style>
a { background-color: #B9E03D; }
a { background-color: rgb(185,224,61); }
div.DivClassName
{
background-color: #B9E03D;
}
.BgClassName
{
background-color: #B9E03D;
}
</style>
border-color css
<style>
span { border-color: #B9E03D; }
span { border-color: rgb(185,224,61); }
td.TdClassName
{
border-color: #B9E03D;
}
.TagClassName
{
border-color: #B9E03D;
}
</style>