#BCE950

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

Shades of Conifer #BCE950

Tints of Conifer #BCE950

Color information

#BCE950 (or 0xBCE950) is unknown color: approx Conifer. HEX triplet: BC, E9 and 50. RGB value is (188,233,80). Sum of RGB (Red+Green+Blue) = 188+233+80=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE950 is #4316AF. Grayscale: #CACACA. Windows color (decimal): -4396720 or 5302716. OLE color: 5302716.

HSL color Cylindrical-coordinate representation of color #BCE950: hue angle of 77.65º 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 #BCE950 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB18823380-
CMYK0.1900.660.09
HSL77.65º77.66%61.37%-
HSV(B)77.65º65.67%91.37%-
XYZ51.3369.5518.31-
YUV202.159.09117.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 233 (91.41% from 255) = 46.51%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=37.52%
G=46.51%
B=15.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188233800.1900.660.0977.6577.6661.37
HexBCE9501304294e4e3d
Octal2743511202301021111611675
Binary101111001110100110100001001101000010100110011101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE950; }

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

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

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

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

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

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

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

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