#BEDB50

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

Shades of Conifer #BEDB50

Tints of Conifer #BEDB50

Color information

#BEDB50 (or 0xBEDB50) is unknown color: approx Conifer. HEX triplet: BE, DB and 50. RGB value is (190,219,80). Sum of RGB (Red+Green+Blue) = 190+219+80=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB50 is #4124AF. Grayscale: #C3C3C3. Windows color (decimal): -4269232 or 5299134. OLE color: 5299134.

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

Color convert

RGB19021980-
CMYK0.1300.630.14
HSL72.52º65.88%58.63%-
HSV(B)72.52º63.47%85.88%-
XYZ48.0162.1917.06-
YUV194.4863.39124.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 219 (85.94% from 255) = 44.79%
BLUE value IS 80 (31.64% from 255) = 16.36%
R=38.85%
G=44.79%
B=16.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190219800.1300.630.1472.5265.8858.63
HexBEDB50D03FE49423b
Octal276333120150771611110273
Binary1011111011011011101000011010111111111010010011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB50; }

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

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

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

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

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

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

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

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