#BEE950

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

Shades of Conifer #BEE950

Tints of Conifer #BEE950

Color information

#BEE950 (or 0xBEE950) is unknown color: approx Conifer. HEX triplet: BE, E9 and 50. RGB value is (190,233,80). Sum of RGB (Red+Green+Blue) = 190+233+80=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE950 is #4116AF. Grayscale: #CBCBCB. Windows color (decimal): -4265648 or 5302718. OLE color: 5302718.

HSL color Cylindrical-coordinate representation of color #BEE950: hue angle of 76.86º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEE950 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB19023380-
CMYK0.1800.660.09
HSL76.86º77.66%61.37%-
HSV(B)76.86º65.67%91.37%-
XYZ51.8269.818.33-
YUV202.758.75118.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 233 (91.41% from 255) = 46.32%
BLUE value IS 80 (31.64% from 255) = 15.90%
R=37.77%
G=46.32%
B=15.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal190233800.1800.660.0976.8677.6661.37
HexBEE9501204294d4e3d
Octal2763511202201021111511675
Binary101111101110100110100001001001000010100110011011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE950; }

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

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

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

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

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

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

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

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