#BED845

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

Shades of Las Palmas #BED845

Tints of Las Palmas #BED845

Color information

#BED845 (or 0xBED845) is unknown color: approx Las Palmas. HEX triplet: BE, D8 and 45. RGB value is (190,216,69). Sum of RGB (Red+Green+Blue) = 190+216+69=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #BED845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED845 is #4127BA. Grayscale: #C0C0C0. Windows color (decimal): -4270011 or 4577470. OLE color: 4577470.

HSL color Cylindrical-coordinate representation of color #BED845: hue angle of 70.61º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BED845 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB19021669-
CMYK0.1200.680.15
HSL70.61º65.33%55.88%-
HSV(B)70.61º68.06%84.71%-
XYZ46.8760.4914.84-
YUV191.4758.89126.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 69 (27.34% from 255) = 14.53%
R=40%
G=45.47%
B=14.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190216690.1200.680.1570.6165.3355.88
HexBED845C044F474138
Octal2763301051401041710710170
Binary10111110110110001000101110001000100111110001111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED845; }

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

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

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

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

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

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

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

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