#BEDC59

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

Shades of Conifer #BEDC59

Tints of Conifer #BEDC59

Color information

#BEDC59 (or 0xBEDC59) is unknown color: approx Conifer. HEX triplet: BE, DC and 59. RGB value is (190,220,89). Sum of RGB (Red+Green+Blue) = 190+220+89=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 89 (35.16% from 255 or 17.84% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC59 is #4123A6. Grayscale: #C4C4C4. Windows color (decimal): -4268967 or 5889214. OLE color: 5889214.

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

Color convert

RGB19022089-
CMYK0.1400.600.14
HSL73.74º65.17%60.59%-
HSV(B)73.74º59.55%86.27%-
XYZ48.6362.8519.02-
YUV196.167.56123.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 220 (86.33% from 255) = 44.09%
BLUE value IS 89 (35.16% from 255) = 17.84%
R=38.08%
G=44.09%
B=17.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190220890.1400.600.1473.7465.1760.59
HexBEDC59E03CE4a413d
Octal276334131160741611210175
Binary1011111011011100101100111100111100111010010101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDC59; }

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

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

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

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

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

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

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

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