Shades of Las Palmas #BED03B
Tints of Las Palmas #BED03B
RGB
CMYK
RGB Variations
Color information
#BED03B (or 0xBED03B) is known color: Las Palmas. HEX triplet: BE, D0 and 3B. RGB value is (190,208,59). Sum of RGB (Red+Green+Blue) = 190+208+59=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #BED03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED03B is #412FC4. Grayscale: #BABABA. Windows color (decimal): -4272069 or 3920062. OLE color: 3920062.
HSL color Cylindrical-coordinate representation of color #BED03B: hue angle of 67.25º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BED03B is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 59 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.18 |
| HSL | 67.25º | 0.61% | 0.52% | - |
| HSV(B) | 67.25º | 0.72% | 0.82% | - |
| XYZ | 44.58 | 56.37 | 12.67 | - |
| YUV | 185.63 | 56.54 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 59 | 0.09 | 0 | 0.72 | 0.18 | 67.25 | 0.61 | 0.52 |
| Hex | BE | D0 | 3B | 9 | 0 | 48 | 12 | 43 | 3D | 34 |
| Octal | 276 | 320 | 73 | 11 | 0 | 110 | 22 | 103 | 75 | 64 |
| Binary | 10111110 | 11010000 | 111011 | 1001 | 0 | 1001000 | 10010 | 1000011 | 111101 | 110100 |
Color Harmonies of #BED03B
Complementary color
Monochromatic Colors of #BED03B
Black with #BED03B
Text Example
Text Example
White with #BED03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED03B; }
p { color: rgb(190,208,59); }
H1.HeaderClassName
{
color: #BED03B;
}
.AnyTagClassName
{
color: #BED03B;
}
</style>
background-color css
<style>
a { background-color: #BED03B; }
a { background-color: rgb(190,208,59); }
div.DivClassName
{
background-color: #BED03B;
}
.BgClassName
{
background-color: #BED03B;
}
</style>
border-color css
<style>
span { border-color: #BED03B; }
span { border-color: rgb(190,208,59); }
td.TdClassName
{
border-color: #BED03B;
}
.TagClassName
{
border-color: #BED03B;
}
</style>