#BEDE50

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

Shades of Conifer #BEDE50

Tints of Conifer #BEDE50

Color information

#BEDE50 (or 0xBEDE50) is unknown color: approx Conifer. HEX triplet: BE, DE and 50. RGB value is (190,222,80). Sum of RGB (Red+Green+Blue) = 190+222+80=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDE50 is #4121AF. Grayscale: #C4C4C4. Windows color (decimal): -4268464 or 5299902. OLE color: 5299902.

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

Color convert

RGB19022280-
CMYK0.1400.640.13
HSL73.52º68.27%59.22%-
HSV(B)73.52º63.96%87.06%-
XYZ48.863.7717.33-
YUV196.2462.4123.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 222 (87.11% from 255) = 45.12%
BLUE value IS 80 (31.64% from 255) = 16.26%
R=38.62%
G=45.12%
B=16.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190222800.1400.640.1373.5268.2759.22
HexBEDE50E040D4a443b
Octal2763361201601001511210473
Binary10111110110111101010000111001000000110110010101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDE50; }

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

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

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

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

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

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

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

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