#BED140

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

Shades of Las Palmas #BED140

Tints of Las Palmas #BED140

Color information

#BED140 (or 0xBED140) is unknown color: approx Las Palmas. HEX triplet: BE, D1 and 40. RGB value is (190,209,64). Sum of RGB (Red+Green+Blue) = 190+209+64=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #BED140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED140 is #412EBF. Grayscale: #BBBBBB. Windows color (decimal): -4271808 or 4247998. OLE color: 4247998.

HSL color Cylindrical-coordinate representation of color #BED140: hue angle of 67.86º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BED140 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB19020964-
CMYK0.0900.690.18
HSL67.86º61.18%53.53%-
HSV(B)67.86º69.38%81.96%-
XYZ44.9656.9213.47-
YUV186.7958.71130.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 209 (82.03% from 255) = 45.14%
BLUE value IS 64 (25.39% from 255) = 13.82%
R=41.04%
G=45.14%
B=13.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190209640.0900.690.1867.8661.1853.53
HexBED140904512443d36
Octal276321100110105221047566
Binary10111110110100011000000100101000101100101000100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED140; }

 p { color: rgb(190,209,64); }

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

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

 a { background-color: rgb(190,209,64); }

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

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

 span { border-color: rgb(190,209,64); }

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