#BED17A

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

Shades of Deco #BED17A

Tints of Deco #BED17A

Color information

#BED17A (or 0xBED17A) is unknown color: approx Deco. HEX triplet: BE, D1 and 7A. RGB value is (190,209,122). Sum of RGB (Red+Green+Blue) = 190+209+122=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #BED17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED17A is #412E85. Grayscale: #C1C1C1. Windows color (decimal): -4271750 or 8049086. OLE color: 8049086.

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

Color convert

RGB190209122-
CMYK0.0900.420.18
HSL73.1º48.6%64.9%-
HSV(B)73.1º41.63%81.96%-
XYZ47.5557.9527.09-
YUV193.487.71125.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 122 (48.05% from 255) = 23.42%
R=36.47%
G=40.12%
B=23.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091220.0900.420.1873.148.664.9
HexBED17A902A12493141
Octal276321172110522211161101
Binary10111110110100011111010100101010101001010010011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED17A; }

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

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

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

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

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

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

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

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