#BED545

Color #BED545 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BED545

Tints of Las Palmas #BED545

Color information

#BED545 (or 0xBED545) is unknown color: approx Las Palmas. HEX triplet: BE, D5 and 45. RGB value is (190,213,69). Sum of RGB (Red+Green+Blue) = 190+213+69=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #BED545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED545 is #412ABA. Grayscale: #BEBEBE. Windows color (decimal): -4270779 or 4576702. OLE color: 4576702.

HSL color Cylindrical-coordinate representation of color #BED545: hue angle of 69.58º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BED545 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB19021369-
CMYK0.1100.680.16
HSL69.58º63.16%55.29%-
HSV(B)69.58º67.61%83.53%-
XYZ46.158.9714.58-
YUV189.7159.88128.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 69 (27.34% from 255) = 14.62%
R=40.25%
G=45.13%
B=14.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190213690.1100.680.1669.5863.1655.29
HexBED545B04410463f37
Octal276325105130104201067767
Binary10111110110101011000101101101000100100001000110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED545; }

 p { color: rgb(190,213,69); }

 H1.HeaderClassName
 {
   color: #BED545;
 }
 .AnyTagClassName
 {
   color: #BED545;
 }
</style>
background-color css

<style>
 a { background-color: #BED545; }

 a { background-color: rgb(190,213,69); }

 div.DivClassName
 {
   background-color: #BED545;
 }
 .BgClassName
 {
   background-color: #BED545;
 }
</style>
border-color css

<style>
 span { border-color: #BED545; }

 span { border-color: rgb(190,213,69); }

 td.TdClassName
 {
   border-color: #BED545;
 }
 .TagClassName
 {
   border-color: #BED545;
 }
</style>