Shades of Las Palmas #BBD23D
Tints of Las Palmas #BBD23D
RGB
CMYK
RGB Variations
Color information
#BBD23D (or 0xBBD23D) is known color: Las Palmas. HEX triplet: BB, D2 and 3D. RGB value is (187,210,61). Sum of RGB (Red+Green+Blue) = 187+210+61=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD23D is #442DC2. Grayscale: #BABABA. Windows color (decimal): -4468163 or 4051643. OLE color: 4051643.
HSL color Cylindrical-coordinate representation of color #BBD23D: hue angle of 69.26º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBD23D is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 61 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.18 |
| HSL | 69.26º | 0.62% | 0.53% | - |
| HSV(B) | 69.26º | 0.71% | 0.82% | - |
| XYZ | 44.38 | 56.99 | 13.08 | - |
| YUV | 186.14 | 57.38 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 61 | 0.11 | 0 | 0.71 | 0.18 | 69.26 | 0.62 | 0.53 |
| Hex | BB | D2 | 3D | B | 0 | 47 | 12 | 45 | 3E | 35 |
| Octal | 273 | 322 | 75 | 13 | 0 | 107 | 22 | 105 | 76 | 65 |
| Binary | 10111011 | 11010010 | 111101 | 1011 | 0 | 1000111 | 10010 | 1000101 | 111110 | 110101 |
Color Harmonies of #BBD23D
Complementary color
Monochromatic Colors of #BBD23D
Black with #BBD23D
Text Example
Text Example
White with #BBD23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD23D; }
p { color: rgb(187,210,61); }
H1.HeaderClassName
{
color: #BBD23D;
}
.AnyTagClassName
{
color: #BBD23D;
}
</style>
background-color css
<style>
a { background-color: #BBD23D; }
a { background-color: rgb(187,210,61); }
div.DivClassName
{
background-color: #BBD23D;
}
.BgClassName
{
background-color: #BBD23D;
}
</style>
border-color css
<style>
span { border-color: #BBD23D; }
span { border-color: rgb(187,210,61); }
td.TdClassName
{
border-color: #BBD23D;
}
.TagClassName
{
border-color: #BBD23D;
}
</style>