#BED841

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

Shades of Las Palmas #BED841

Tints of Las Palmas #BED841

Color information

#BED841 (or 0xBED841) is unknown color: approx Las Palmas. HEX triplet: BE, D8 and 41. RGB value is (190,216,65). Sum of RGB (Red+Green+Blue) = 190+216+65=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #BED841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED841 is #4127BE. Grayscale: #BFBFBF. Windows color (decimal): -4270015 or 4315326. OLE color: 4315326.

HSL color Cylindrical-coordinate representation of color #BED841: hue angle of 70.33º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BED841 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB19021665-
CMYK0.1200.700.15
HSL70.33º65.94%55.1%-
HSV(B)70.33º69.91%84.71%-
XYZ46.7560.4414.2-
YUV191.0156.89127.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 216 (84.77% from 255) = 45.86%
BLUE value IS 65 (25.78% from 255) = 13.80%
R=40.34%
G=45.86%
B=13.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190216650.1200.700.1570.3365.9455.1
HexBED841C046F464237
Octal2763301011401061710610267
Binary10111110110110001000001110001000110111110001101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED841; }

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

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

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

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

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

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

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

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