#bedb5e

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

Shades of Conifer #BEDB5E

Tints of Conifer #BEDB5E

Color information

#BEDB5E (or 0xBEDB5E) is unknown color: approx Conifer. HEX triplet: BE, DB and 5E. RGB value is (190,219,94). Sum of RGB (Red+Green+Blue) = 190+219+94=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB5E is #4124A1. Grayscale: #C4C4C4. Windows color (decimal): -4269218 or 6216638. OLE color: 6216638.

HSL color Cylindrical-coordinate representation of color #BEDB5E: hue angle of 73.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEDB5E is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB19021994-
CMYK0.1300.570.14
HSL73.92º63.45%61.37%-
HSV(B)73.92º57.08%85.88%-
XYZ48.5962.4220.08-
YUV196.0870.39123.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 219 (85.94% from 255) = 43.54%
BLUE value IS 94 (37.11% from 255) = 18.69%
R=37.77%
G=43.54%
B=18.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190219940.1300.570.1473.9263.4561.37
HexBEDB5ED039E4a3f3d
Octal27633313615071161127775
Binary101111101101101110111101101011100111101001010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bedb5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bedb5e; }

 p { color: rgb(190,219,94); }

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

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

 a { background-color: rgb(190,219,94); }

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

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

 span { border-color: rgb(190,219,94); }

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