#BED746

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

Shades of Las Palmas #BED746

Tints of Las Palmas #BED746

Color information

#BED746 (or 0xBED746) is unknown color: approx Las Palmas. HEX triplet: BE, D7 and 46. RGB value is (190,215,70). Sum of RGB (Red+Green+Blue) = 190+215+70=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #BED746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED746 is #4128B9. Grayscale: #BFBFBF. Windows color (decimal): -4270266 or 4642750. OLE color: 4642750.

HSL color Cylindrical-coordinate representation of color #BED746: hue angle of 70.34º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BED746 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB19021570-
CMYK0.1200.670.16
HSL70.34º64.44%55.88%-
HSV(B)70.34º67.44%84.31%-
XYZ46.6459.9914.92-
YUV190.9959.72127.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 215 (84.38% from 255) = 45.26%
BLUE value IS 70 (27.73% from 255) = 14.74%
R=40%
G=45.26%
B=14.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190215700.1200.670.1670.3464.4455.88
HexBED746C04310464038
Octal2763271061401032010610070
Binary101111101101011110001101100010000111000010001101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED746; }

 p { color: rgb(190,215,70); }

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

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

 a { background-color: rgb(190,215,70); }

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

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

 span { border-color: rgb(190,215,70); }

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