#BEDC4A

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

Shades of Conifer #BEDC4A

Tints of Conifer #BEDC4A

Color information

#BEDC4A (or 0xBEDC4A) is unknown color: approx Conifer. HEX triplet: BE, DC and 4A. RGB value is (190,220,74). Sum of RGB (Red+Green+Blue) = 190+220+74=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDC4A is #4123B5. Grayscale: #C2C2C2. Windows color (decimal): -4268982 or 4906174. OLE color: 4906174.

HSL color Cylindrical-coordinate representation of color #BEDC4A: hue angle of 72.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEDC4A is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB19022074-
CMYK0.1400.660.14
HSL72.33º67.59%57.65%-
HSV(B)72.33º66.36%86.27%-
XYZ48.0662.6316.03-
YUV194.3960.06124.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 74 (29.30% from 255) = 15.29%
R=39.26%
G=45.45%
B=15.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190220740.1400.660.1472.3367.5957.65
HexBEDC4AE042E48443a
Octal2763341121601021611010472
Binary10111110110111001001010111001000010111010010001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC4A; }

 p { color: rgb(190,220,74); }

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

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

 a { background-color: rgb(190,220,74); }

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

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

 span { border-color: rgb(190,220,74); }

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