#BED479

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

Shades of Deco #BED479

Tints of Deco #BED479

Color information

#BED479 (or 0xBED479) is unknown color: approx Deco. HEX triplet: BE, D4 and 79. RGB value is (190,212,121). Sum of RGB (Red+Green+Blue) = 190+212+121=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #BED479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED479 is #412B86. Grayscale: #C3C3C3. Windows color (decimal): -4270983 or 7984318. OLE color: 7984318.

HSL color Cylindrical-coordinate representation of color #BED479: hue angle of 74.51º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BED479 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB190212121-
CMYK0.1000.430.17
HSL74.51º51.41%65.29%-
HSV(B)74.51º42.92%83.14%-
XYZ48.2359.4127.02-
YUV195.0586.21124.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 212 (83.20% from 255) = 40.54%
BLUE value IS 121 (47.66% from 255) = 23.14%
R=36.33%
G=40.54%
B=23.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121210.1000.430.1774.5151.4165.29
HexBED479A02B114b3341
Octal276324171120532111363101
Binary10111110110101001111001101001010111000110010111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED479; }

 p { color: rgb(190,212,121); }

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

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

 a { background-color: rgb(190,212,121); }

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

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

 span { border-color: rgb(190,212,121); }

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